Re: JavaScript form submit

2011-05-26 Thread Jered Myers
Using the Request object seems to work here. I am not sure if this is a good idea. Here is an example from in the form onSubmit(): Request request = RequestCycle.get().getRequest(); String[] actions = request.getParameters("ActionCd"); String[] orginations = request.getParameters("Origination"

JavaScript form submit

2011-05-26 Thread Jered Myers
I am having trouble figuring out how to submit a form that is dynamically created via JavaScript. The page uses JavaScript to create a list of commands inside a form element like so: I need to be able to complete each command in my Wicket code like so: public void onSubmit() { Lis

Re: Inline JavaScript form submit

2008-07-10 Thread Timo Rantalaiho
On Thu, 10 Jul 2008, rit wrote: > which is working fine for me and disabling my button on first click , but > the issue is after disabling submit button it should called my perform > method. which is not getting called . it just refresh my page. Have you checked if there are validation errors?

Inline JavaScript form submit

2008-07-10 Thread rit
message in context: http://www.nabble.com/Inline-JavaScript-form-submit-tp18385509p18385509.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]