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

