Hi all,
I'm trying to get the 'jquery/Confirm' mixin to work, and for debugging purposes I've reproduced the issue in the Tapestry Quickstart application.
I've modified one of the the actionLinks on the index page to look like
<t:actionlink t:id="start" t:mixins="jquery/Confirm">start guessing</t:actionlink>
When I click on the link the confirmation dialog pops up, but when you click 'OK', nothing happens.
Environment is:
- tapestry 5.3.7
- tapestry5-jquery 3.4.0
I've tried with JQuerySymbolConstants.SUPPRESS_PROTOTYPE both true and false, in production and development modes. I've also tried the 3.4.1 snapshot.
There are no errors in the browser Javascript console.
Thanks in advance,
Robin