0

I make a call to a new screen from another using the "faces-redirect = true".

I need to send a "token" parameter to the new screen. But when using the faces-redirect this parameter is getting null in the faceContext. The "token" parameter cannot be displayed in the URl. The screen to which we are sending the new parameter has a Bean with @viewScoped.

Could someone tell me how to send this parameter to the new screen without showing it in the url and using the faces-redirect = true?

-- we have tried to remove the faces-redirect and this time the "token" parameter arrives in the facesContext but we are having the problem that all the style and script of the old page are kept and dragged to the new screen. Maybe if there is a way to avoid this, it will be easier.

This question isn“t duplicate because i said used Faces-Redirect=true!!!!!!!!!!!!

0 Answers0