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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...