Re: Tapestry 5 and Event component.

2009-06-27 Thread ningdh
It seems that Button is not designed for ajax. I wonder why you don't try block/zone? DH http://www.gaonline.com.cn/ - Original Message - From: "b...@umd" To: Sent: Friday, June 26, 2009 2:48 AM Subject: Re: Tapestry 5 and Event component. > > Ok, it s

Re: Tapestry 5 and Event component.

2009-06-25 Thread b...@umd
ot; event into a "clicked" event. Does anyone know how I can simply do that ? -- View this message in context: http://www.nabble.com/Tapestry-5-and-Event-component.-tp24192270p24209012.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Tapestry 5 and Event component.

2009-06-25 Thread ningdh
uld be the same. DH - Original Message - From: "b...@umd" To: Sent: Friday, June 26, 2009 12:24 AM Subject: Re: Tapestry 5 and Event component. > > Here is the component reference : > http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core

Re: Tapestry 5 and Event component.

2009-06-25 Thread b...@umd
What about removing the parameter 'value' of the method? > > BTW what does the parameter mean? > > DH > > - Original Message - > From: "b...@umd" > To: > Sent: Thursday, June 25, 2009 11:11 PM > Subject: Re: Tapestry 5 and Event compon

Re: Tapestry 5 and Event component.

2009-06-25 Thread ningdh
I don't have source of ck lib. What about removing the parameter 'value' of the method? BTW what does the parameter mean? DH - Original Message - From: "b...@umd" To: Sent: Thursday, June 25, 2009 11:11 PM Subject: Re: Tapestry 5 and Event component. >

Re: Tapestry 5 and Event component.

2009-06-25 Thread b...@umd
ry mixins="ck/OnEvent" event="clicked" /> > > -- > Thiago > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apac

Re: Tapestry 5 and Event component.

2009-06-25 Thread Thiago H. de Paula Figueiredo
On Wed, Jun 24, 2009 at 5:26 PM, b...@umd wrote: > gentoo.tml : > You haven't used the ck/OnEvent mixin in the button, so the event is not fired. Try -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org F

Re: Tapestry 5 and Event component.

2009-06-25 Thread b...@umd
>> gentoo.tml : >> >> >> gentoo.java : >> >> @Component(parameters = {"type=button"}) >>private Button button; >> >>@OnEvent(component = "button", value = "clicked") >> public JS

Re: Tapestry 5 and Event component.

2009-06-24 Thread Howard Lewis Ship
System.out.println("Event Caught !"); >} > > Thanks > > > > > -- > View this message in context: > http://www.nabble.com/Tapestry-5-and-Event-component.-tp24192270p24192270.html > Sent from the Tapestry - User mailing list archive at Na

Tapestry 5 and Event component.

2009-06-24 Thread b...@umd
intln("Event Caught !"); } Thanks -- View this message in context: http://www.nabble.com/Tapestry-5-and-Event-component.-tp24192270p24192270.html Sent from the Tapestry - User mailing list archive at Nabble.com. -