I am trying to use confirmation dialog in Tapestry using jquery. I have just inserted this code in my tml page and it's not working.
<t:pagelink t:id="pageLinkConfirm" page="index"
t:useDefaultConfirm="true" t:message="Return to Index?"
t:mixins="jquery/Confirm">PageLink confirmation test</t:pagelink>
When I click on the page link dialog opens, but when I click on OK button it doesn't return index page. It does the same thing like Cancel button, just hides confirm dialog. Anyone have any suggestions?
There’s a fix for the confirm mixin. Use version 3.4.1 (https://github.com/got5/tapestry5-jquery/releases).