Re: How to pass an arbitrary javascript variable to onSubmit?

2008-04-13 Thread Martin Grigorov
See https://issues.apache.org/jira/browse/WICKET-1379 On Fri, 2008-04-11 at 09:32 -0400, Jeremy Levy wrote: Check out IAjaxCallDecorator getAjaxCallDecorator(). Jeremy On Fri, Apr 11, 2008 at 4:42 AM, Vitaly Tsaplin [EMAIL PROTECTED] wrote: I am doing it exactly like this. I am

Re: How to pass an arbitrary javascript variable to onSubmit?

2008-04-11 Thread Maurice Marrink
You could add a HiddenField to the Form and then in your markup set it to your javascriptvariable. Maurice On Thu, Apr 10, 2008 at 5:39 PM, Vitaly Tsaplin [EMAIL PROTECTED] wrote: Hi everyone, How to pass an arbitrary javascript variable to onSubmit? Vitaly

Re: How to pass an arbitrary javascript variable to onSubmit?

2008-04-11 Thread Vitaly Tsaplin
I am doing it exactly like this. I am wondering if there is a formless way to do this? Probably I can mount a page and then just add some parameters to this URL? On Fri, Apr 11, 2008 at 9:06 AM, Maurice Marrink [EMAIL PROTECTED] wrote: You could add a HiddenField to the Form and then in your

Re: How to pass an arbitrary javascript variable to onSubmit?

2008-04-11 Thread Jeremy Levy
Check out IAjaxCallDecorator getAjaxCallDecorator(). Jeremy On Fri, Apr 11, 2008 at 4:42 AM, Vitaly Tsaplin [EMAIL PROTECTED] wrote: I am doing it exactly like this. I am wondering if there is a formless way to do this? Probably I can mount a page and then just add some parameters to this