Send Redirect to another page with parameter.....
843842Jun 8 2006 — edited Mar 2 2007Hi 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..