not sure what your problem is ? You want to switch to b.jsp for the generation of that specific portlet ? Sounds like something you want to do in your portlet, by passing a portlet render parameter:

<*portlet*:*renderURL*>
  <*portlet*:param name="view" value="b"/>
</*portlet*:*renderURL*>

then based on the "view" render parameter, you can use the PortletRequestDispatchter (see my previous mail) in your portlet.doView() to do an include for b.jsp instead of a.jsp.

Dennis

yangwawa wrote:
hi,all

There is a page called some.psml and there is a portlet named testportlet
within some.psml.a jsp page-a.jsp is showed within the portlet-testportlet,
and there is a common link  b.jsp test  in a.jsp,after I clicked the link
and my current page is redirected out of the portal, what can I do to keep
the page in the portlet-testportlet become b.jsp without the change of
portal page.

thank u very much!
Juan Yang


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to