True, but that will give you the form name, not the form id. The browser doesn't send the form id to the server. (*Chris*)
On 7/4/07, Parag Shah <[EMAIL PROTECTED]> wrote:
Hi, I believe you can get the request parameters from the ExternalContext. -- Regards Parag On 7/4/07, Ian.Priest < [EMAIL PROTECTED]> wrote: > > > > I have page welcome.faces with multiple forms on it; a download form, a > search form and a login form. The login form is not visible unless a log-in > link is clicked, at which point it slides into view in a nice way J > > > > I want to use a PhaseListener that redirects under certain circumstance > (to do with form validation). Is there any way I can identify within my > PhaseListener which of the multiple forms the user submitted? > > > > Cheers, > > Ian. > > >

