I had a look into this again, and still cannot get it to work, although it
seems straight forward:

.tml:
<t:textfield t:value="textFieldValue" t:mixins="jquery/bind"
bind.event="click" bind.eventType="click" />

.java:
public onClick() {
   System.out.println("works"); //this never gets called!
}


Why is this not working??



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/jQuery-bind-example-does-not-work-tp5717712p5718235.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

Reply via email to