Re: Using EventListener to submit unknown form

2007-03-05 Thread Jesse Kuhnert
I've been meaning to add this in. It would be trivial but just haven't done it yet. Creating a jira issue will be a good reminder. On 2/21/07, Daniel Tabuenca <[EMAIL PROTECTED]> wrote: I have a component that is meant to be used inside a form. I would like to have an eventListener that submits

Using EventListener to submit unknown form

2007-02-21 Thread Daniel Tabuenca
I have a component that is meant to be used inside a form. I would like to have an eventListener that submits the enclosing form but I have no way of knowing what the name of the form component will be. Is there any way to have eventListener submit the enclosing form rather than specifying a form