jsp to jsp navigation in portal
801269Sep 10 2011 — edited Sep 10 2011Hi
I would like to navigate to one jsp to another jsp( as like simple href in html).
And first jsp is added to jspportlet. from that jsp to i would like to navigate to many other jsps (back, forth navigations).
if i use normal href in the First jsp the second page is getting opened without header and footer.(out of the portal).
How can i achive this?
And we are not using the JPF too.
Is there any soultion for it ? for normal navigations with in portal framework.
Currently i am trying to use below code
<render:jspContentUrl var="jspContent" contentUri="/pages/Contactus/Locality1.jsp" />
<a href="<%=pageContext.getAttribute(jspContent")%">" scope="REQUEST" >Locality</a>
The problem with this code is it is trying to replace the current page with target page until . and i could not move back to the old page if i click the back button in IE (until session expires). Even i put the scope as the request still it is behaving like same.
Please help me out.
Edited by: vamshi krishna on Sep 10, 2011 1:04 AM</a>