Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Send Redirect to another page with parameter.....

843842Jun 8 2006 — edited Mar 2 2007
Hi to all,

i would like to ask how i perform send redirect with param. And jsf will automatically capture those value to bean property without any explicit code..

In short, i dun want to used the following code to do redirect cause i feel is ugly and shouldn't be do like this(jsf should have a better way)...

FacesContext.getCurrentInstance().getExternalContext().redirect()
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap()

thanks in advance

PS: i already know how to do these with request dispacth...But i would like to do it in redirect way..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2007
Added on Jun 8 2006
9 comments
6,087 views