Re: Invoke javascript through Mixin with actionLink and click event

2010-07-06 Thread Christophe Cordenier
Hi If you are using Tapestry 5.2-SNAPSHOT, i think you should observe Tapestry.ACTION_EVENT instead of click. -- Regards, Christophe Cordenier. Committer on Apache Tapestry 5 Co-creator of wooki @wookicentral.com

Re: Invoke javascript through Mixin with actionLink and click event

2010-07-06 Thread Josh Canfield
;, > this.doConfirm.bindAsEventListener(this)); >        }, > >        doConfirm: function(e) { >        e.style.display = 'none'; >        alert("in javascript in js file"); >        e.stop(); >        } > } > > Kindly help me as

Invoke javascript through Mixin with actionLink and click event

2010-07-01 Thread SakshiAgarwal
) { e.style.display = 'none'; alert("in javascript in js file"); e.stop(); } } Kindly help me as to how can I invoke javascript on clicking approve link. Looking forward for your support. Regards Sakshi -- View this message in context: http: