If you are using h:form, the name of the form is the clientId of the control (so name always equals id with the standard JSF form implementation).
On 7/5/07, Parag Shah <[EMAIL PROTECTED]> wrote:
On 7/4/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > 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*) Thanks for pointing that out. In that case (I know this sounds like a bit of a hack), maybe we can set a hidden field's value to the form_id when the form is submitted. But even as I say this, I must admit that this does not seem to be a very elegant solution. It just may get you working, till someone points a better solution. -- Regards Parag

