I think this should be a JIRA issue in T5. If you don't specify an id for a submit, T5 generates name="submit", which breaks form javascript. T5 should generate a safe default name for submit component.
On Wed, Dec 9, 2009 at 11:24 AM, sandeepraj singh < sandeepraj.si...@atosorigin.com> wrote: > > Hi, > > Its because, when you do not assign t:id to a submit button, it assigns > name="submit" > which has a conflict with any other submit in your page(even through java > Script) > > i got it working with t:id="My Submit" then even on Change works. > > This is such an irritating error that we have put it our development > checklist to check that there is no submit button with name as submit. > > Thanks > sandeep > > > Mite wrote: > > > > I removed the submit button and it works indeed. > > Thank you for the answer. > > > > -- > View this message in context: > http://old.nabble.com/Select-does-not-submit-form-on-change-tp26687467p26708037.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >