Solution:
// stop the event
e.stop();
//store the href so I can post it myself if yes is clicked
var href = jQuery('#'+this.elementId).attr("href");
// store the zone so we can update that later
//zone id is passed into the mixin as a param
var zoneManager = Tapestry.findZoneManagerForZone(
I think I might have my solution from here -
http://code.google.com/p/flowlogix/source/browse/tapestry-services/src/main/resources/com/flowlogix/web/mixins/DisableAfterSubmit.js?r=caa40702061eee198cf2f82dfd48106e34316fce
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/p
No answers?? :(( Please help!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/problems-getting-rid-of-the-JS-confirm-box-from-confirm-mixin-tp5444911p5450938.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--