Re: call onsubmit automatically

2012-04-30 Thread Sebastien
or the reply sebastian, but I didn't get the solution what you > suggested..Can you please explain it with an example? > > thanks in advance > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/call-onsubmit-automatically-tp4597

Re: call onsubmit automatically

2012-04-30 Thread raju.ch
Thnx for the reply sebastian, but I didn't get the solution what you suggested..Can you please explain it with an example? thanks in advance -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/call-onsubmit-automatically-tp4597765p4597836.html Sent from the Users

Re: call onsubmit automatically

2012-04-30 Thread Sebastien
If you are have a Form (a wicket one) inside a Page, then you can do your 'submitTheForm()', because a simple 'submit()' suffice to post the form. If your 'page' parameter you want to retrieve is bound to an Wicket FormComponent (even an HiddenField), then you can retrieve it server side and do a s

call onsubmit automatically

2012-04-30 Thread raju.ch
, but how to do it wicket 1.4. Please suggest. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/call-onsubmit-automatically-tp4597765.html Sent from the Users forum mailing list archive at Nabble.com. ---