[jboss-user] [JBoss Portal] - Re: location URL to redirect to after signout

mageshbk do-not-reply at jboss.com
Wed Nov 22 06:57:37 EST 2006


Basically that parameter has to be set in the PortletRequest and not in the HttpRequest. See menu.jsp fragment below:

<a id="logout" href="
  |  <portlet:actionURL windowState="normal">
  |  <portlet:param name="op" value="userLogout"/>
  |  <portlet:param name="locationURL" value="/portal/portal/default/default"/>
  |  </portlet:actionURL>">
  | Logout and return to default page
  | </a>

The tag portlet:actionURL does the actual work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987862#3987862

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987862



More information about the jboss-user mailing list