[jboss-user] [JBoss Portal] - JBoss Portal 2.6 and redirect
marakov
do-not-reply at jboss.com
Wed Jul 4 03:42:48 EDT 2007
Hello. In my project I use JBoss Portal 2.6. In JBoss Portal 2.6 CR2 for redirect to other resource I used code:
| FacesContext ctx = FacesContext.getCurrentInstance();
| ExternalContext ex = ctx.getExternalContext();
| ex.redirect(ex.encodeActionURL("some path"));
| ...
| ctx.responseComplete();
|
When I'm trying to use this code in JBoss Portal 2.6 GA it doesn't work.
Thinks for help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060267#4060267
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060267
More information about the jboss-user
mailing list