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

2007-06-19 Thread koenhandekyn
CONCLUDING NOTE

it would be nice however if seam would treat action return Strings starting 
with "http://"; differently and do the redirect automatically. that would feel 
natural to mee.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055623
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-19 Thread koenhandekyn
thank you very much !
it works !

i keep on finding that i'm missing some basic JSF background (I started with 
seam without having worked in deapth with JSF as i didn't like it a lot without 
seam :) )

thanx again

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055620
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-19 Thread hstang
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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user