And I didn't finish this message. What I was going to add before I hit
enter was that this method... only works in Opera.

In Firefox or IE, the listener is ALWAYS null. In Opera, this works as expected.

Any ideas?

On 10/31/05, Phil Ulrich <[EMAIL PROTECTED]> wrote:
> Before I get started: Tapestry 3.0.3. Upgrading to 4 is not an option.
> With that out of the way...
>
> Alright, we have a rather... unique setup for an app we're building
> here. Basically, each page is wrapped in a single Form component,
> which points to a listener called submitListener. On the page, there
> are one or more discrete forms, each of which has their own @Submit
> which is set up like the following:
>
> <input type="submit" value="Update Contact" jwcid="@Submit"
> selected="ognl:submitListener" tag="ognl:listeners.updateContact"/>
>
> Basically, each form's Submit element passes its listener to the
> submitListener method, which checks to make sure the listener isn't
> null, then calls it.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to