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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to