Re: More than one submit button in one form.

2009-02-27 Thread Thiago H. de Paula Figueiredo
Em Fri, 27 Feb 2009 12:45:27 -0300, 孙立伟 escreveu: Yes, the onSelectedXXX works! Thank you. The annotaded way won't work. I've tried it. Maybe this is a bug. I am using Tapestry 5.0.18. The annotated does not work because it is wrong. You need to specify the event name (@OnEvent(value="selec

Re: More than one submit button in one form.

2009-02-27 Thread 孙立伟
mentation of the Submit component for further details: > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Submit.html > > Kind Regards, nillehammer > > -- > http://www.winfonet.eu > > - original Nachricht > >

Re: More than one submit button in one form.

2009-02-27 Thread nille hammer
Nachricht Betreff: More than one submit button in one form. Gesendet: Fr, 27. Feb 2009 Von: ËïÁ¢Î° > While I am reading the book "Tapestry 5: Building Web Applications", > it introduces a way to implements two submit button in one form(see > the code below). But  according to

More than one submit button in one form.

2009-02-27 Thread 孙立伟
While I am reading the book "Tapestry 5: Building Web Applications", it introduces a way to implements two submit button in one form(see the code below). But  according to http://markmail.org/message/fjev6gt76fpc6akq , all buttons' events will be "overrided" by the form component. Is there a way to