Yes, I'm doing posts. On further investigation, the forms work fine in any browser if I physically click the Submit button. Pressing enter while in a form field still only works in Opera.
On 11/3/05, Andreas Andreou <[EMAIL PROTECTED]> wrote: > you're doing posts, right? > > Phil Ulrich 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. > > > >This method, however, only works in Opera. In Firefox or IE, the > >listener is ALWAYS null. In Opera, this works as expected. > > > >Any ideas? > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
