Re: Component LinkSubmit doesn't work

2009-08-24 Thread Sergey Didenko
http://tapestry.apache.org/tapestry5.0/ http://tapestry.apache.org/tapestry5.0/apidocs/ On Wed, Aug 19, 2009 at 2:55 PM, Borut Bolčina wrote: > By the way, what is the url of T 5.0.18 and its API? - To unsubscribe, e-mail: users

Re: Component LinkSubmit doesn't work

2009-08-19 Thread Borut Bolčina
Maybe with the example code someone can explain this better why the event onSendPin is not called when LinkSubmit is clicked, but it is when the submit button is clicked: TML === http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> linksubmit

Re: Component LinkSubmit doesn't work

2009-08-19 Thread Borut Bolčina
Hi, I am using T 5.0.18 and have problems with LinkSubmit not firing the event. By the way, what is the url of T 5.0.18 and its API? I have two TextField components, one LinkSubmit and one non-tapestry ordinary input submit button. I want to set some variable (varA) in case LinkSubmit is clicke