Re: Submit action method ignored

2006-01-16 Thread Vincent
Hi tmarx, I am using 3.03 maybe something have changed in 4.0. 1.The listener method should look the following public void save(IRequestCycle cylcle) { } 2.Do you defined the method in your .html / .page file? 3.Do you have nested form regards, Vincent On 1/16/06, Dmitry Gusev <[EMAI

Re: Submit action method ignored

2006-01-15 Thread Dmitry Gusev
How do you bind this listener (save()) to your form? You must do this in your *.page or *.html file. 2006/1/15, tmarx <[EMAIL PROTECTED]>: > > See the posting aboveit contains all the important parts. > > > Richard Clark wrote: > > On Jan 9, 2006, at 4:44, tmarx wrote: > > > > > > > Is th

RE: Submit action method ignored

2006-01-15 Thread tmarx
See the posting aboveit contains all the important parts. Richard Clark wrote: > On Jan 9, 2006, at 4:44, tmarx wrote: > > > > Is this a bug? > > > > The save method is not called after submitting the form: > > > > > > What's in your html file (and page file, if you have it)? > >

Re: Submit action method ignored

2006-01-09 Thread Richard Clark
On Jan 9, 2006, at 4:44, tmarx wrote: Is this a bug? The save method is not called after submitting the form: What's in your html file (and page file, if you have it)? ...R - To unsubscribe, e-mail: [EMAIL PROTECTED] For