Well, i did write a new Tapestry.submit_form in Form.js
(in order to resolve Bug93) but i left the implementation at work
and i didn't have commit rights then.
What I did was
- create a new event.
- call tacos.applyFormHandlers(formId, event);
- add if (event.abort || event.cancel_handlers) return;
- and finally call form.submit()
I hope i'm not forgetting something, but since you're gonna
mess up with all these... good LUCK :)

>From  Jesse Kuhnert <[EMAIL PROTECTED]>:

> I think someone was trying to re-use form functions or something.
> 
> I'm going to have to probably re-write a lot of this today anyways. I need
> to make some of the ajax submit controls work with normal forms, as well as
> make ajax forms and normal forms work on the same page. Wish me luck :)
> heh....
> 
> On 4/4/06, Andreas Andreou <[EMAIL PROTECTED]> wrote:
> >
> > Anyone remembers why in Form.js, we redefine Tapestry.submit_form as
> > doing nothing?
> > (cvs history could help here, but ...)
> > It prevents normal LinkSubmits from working...
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > language
> > that extends applications into web and mobile media. Attend the live
> > webcast
> > and join the prime developer group breaking into this new coding
> > territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _______________________________________________
> > Tacos-devel mailing list
> > Tacos-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/tacos-devel
> >
> 
> 
> 
> --
> Jesse Kuhnert
> Tacos/Tapestry, team member/developer
> 
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind.  http://opennotion.com
> 


-- 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to