Re: t5.2.0-SNAPSHOT: Possible bug: form.onsubmit is being replaced by a tapestry onsubmit handler

2009-12-11 Thread Thiago H. de Paula Figueiredo
Em Fri, 11 Dec 2009 01:22:29 -0200, buckofive klecko...@yahoo.com escreveu: Hi All, Hi! t:form onsubmit=doCustomAjaxPost();return false; Have you tried Event.observe('form', 'submit', function() { doCustomAjaxPost();return false; });? -- Thiago H. de Paula Figueiredo Independent

t5.2.0-SNAPSHOT: Possible bug: form.onsubmit is being replaced by a tapestry onsubmit handler

2009-12-10 Thread buckofive
Hi All, It seems tapestry is adding its own onsubmit handler directly to a form element and overwriting mine. Is this on purpose or a bug? (I want to use my own direct handler so I can cancel the event before it gets fired to any listeners). I feel if tapestry is going to write any event