Arti, >>f:param does not work with POST - neither with button and form. j4j:param http://www.jsftutorials.net/param.html works from anywhere in a form.
Rhys -----Original Message----- From: arti [mailto:[EMAIL PROTECTED] Sent: May 12, 2006 8:04 AM To: MyFaces Discussion Subject: 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

