[T5] Dirty Form checking?

2008-10-10 Thread Henry Chen
How can I do dirty form checking in T5? Can anybody who has done this share a little bit? Thank you.

Re: dirty form checking ...

2007-06-01 Thread andyhot
quot;,tapestry.dirtyFormWarning, "defuse"); now, same result: works for @Submit, doesn't work for @LinkSubmit ... -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 5:52 PM To: Tapestry users Subject: Re: dirty form che

RE: dirty form checking ...

2007-05-10 Thread Marcus.Schulte
> > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 09, 2007 5:52 PM > > To: Tapestry users > > Subject: Re: dirty form checking ... > > > > I think you can connect to

RE: dirty form checking ...

2007-05-10 Thread Marcus.Schulte
> And hey, if that works, perhaps contribute back into tacos? > > i'm sure we'll have to implement that eventually, so it'll be > a huge shortcut if we could use that! sure, if I ever make it work ... :( - To unsubscribe, e-ma

RE: dirty form checking ...

2007-05-09 Thread Marcus.Schulte
dnesday, May 09, 2007 5:52 PM > To: Tapestry users > Subject: Re: dirty form checking ... > > I think you can connect to tapestry.form.onFormSubmit as per: > > http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry > -framework/src/js/tapestry/form.js?view=markup >

Re: dirty form checking ...

2007-05-09 Thread Andreas Andreou
gt; > > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 09, 2007 3:53 PM > > To: Tapestry users > > Subject: Re: dirty form checking ... > > > > Oh ...Forgot that you wanted to stop it. Yeah that wouldn&#x

Re: dirty form checking ...

2007-05-09 Thread Jesse Kuhnert
ubmit ... . > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 3:53 PM > To: Tapestry users > Subject: Re: dirty form checking ... > > Oh ...Forgot that you wanted to stop it. Yeah that wouldn't > work there. >

RE: dirty form checking ...

2007-05-09 Thread Marcus.Schulte
at works just fine for @Submit, but not at all for @LinkSubmit ... . > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 3:53 PM > To: Tapestry users > Subject: Re: dirty form checking ... > > Oh ...Forgot that you

Re: dirty form checking ...

2007-05-09 Thread Jesse Kuhnert
don't seem to be able to veto that event. dojo.event.browser.stopEvent(evt) doesn't seem to work ... > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 2:57 PM > To: Tapestry users > Subject: Re: dirty form checki

RE: dirty form checking ...

2007-05-09 Thread Marcus.Schulte
thanks, but I don't seem to be able to veto that event. dojo.event.browser.stopEvent(evt) doesn't seem to work ... > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 2:57 PM > To: Tapestry users > Subject

Re: dirty form checking ...

2007-05-09 Thread Jesse Kuhnert
dojo.addOnUnload On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm implementing a dirty form checking component. Can I avoid the dreaded window.onbeforeunload and use some convenient dojo-hook to upon unloading the form? Any ideas are welcome! thanks, Marcus -- Je

dirty form checking ...

2007-05-09 Thread Marcus.Schulte
I'm implementing a dirty form checking component. Can I avoid the dreaded window.onbeforeunload and use some convenient dojo-hook to upon unloading the form? Any ideas are welcome! thanks, Marcus