Hi, I have serious trouble with quick double submit problem. 
First problem are the submit buttons , especially in combination with
radiogroup - (componment hierarchy changed between rendering and form
submission) - as I read somewhere, it is neccessary to disable the second
click on client. 
I can do this in onSubmit method of the form by checking some hidden
property, but what I can not handle in onSubmit() method is the radio
buttons change clicks handled by onClick() - which doensnt generate onSubmit
event. I tried to add my script to the onClick method, but it is always
overriden by the wicket, becouse when onSelectionChanged method returns true
. Can anyone help me how to solve this?

Essentially I need to add  my function calling before the the wicket
getForm.click() calling, is this possible?

Thanks for reply.

Jakub
-- 
View this message in context: 
http://www.nabble.com/Quick-double-submit-problem-tf3834058.html#a10854524
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to