Re: problems getting rid of the JS confirm box from confirm mixin

2012-02-03 Thread hese
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(

Re: problems getting rid of the JS confirm box from confirm mixin

2012-02-02 Thread hese
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

Re: problems getting rid of the JS confirm box from confirm mixin

2012-02-02 Thread hese
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. --