[jboss-user] [JBoss Portal] - Re: Login to direct to different portals

ameo do-not-reply at jboss.com
Wed Oct 3 10:36:58 EDT 2007


Hello,

do you solved the problem ? 

I use jboss-portal 2.6.1. When the user clicks 
on a button on a JSF-Page, then I want to redirect to another jboss-portal instance. I tried this code for the button with the underlying action-method:

anonymous wrote : ExternalContext etx = context.getExternalContext();
  |       try
  |       {
  |        etx.redirect("/userportal/default");
  |       }
  |       catch (IOException ex)

hmm?				 

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

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



More information about the jboss-user mailing list