Your example works just fine here (tapestry 5.3.6/tapestry5-jquery 3.3.4).
I added a void return type to onClick().

So it seems that you have screwed something else up...




On Sat, Nov 24, 2012 at 4:47 PM, membersound <memberso...@web.de> wrote:

> 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