You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by arti <ar...@tambas.at> on 2006/05/12 14:04:12 UTC

Request params & redirect in JSF

Hi,

Request parameters are not passed on, in JSF, when a navigation rule
uses <redirect/>.

I must use redirect, since it is across web applications.

My requirement is - A JSP page in one web application should invoke a
JSP page in another web application in same web app server, and should
pass the request values dynamically. I use action method in managed-bean
of first page, to return a string that is configured with a <redirect/>
navigation-rule to second web app's JSP.

f:param does not work with POST - neither with button and form.

Is there any alternative?

Thanks
Arti