[jboss-user] [JBoss Seam] - Re: redirect to an external URL from an action

hstang do-not-reply at jboss.com
Tue Jun 19 08:53:16 EDT 2007


Hi,

Have you tried using JSF API?


  | @In("#{facesContext.externalContext}") 
  | private ExternalContext externalContext;
  | 
  | externalContext.redirect(...);
  | 


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

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



More information about the jboss-user mailing list