Mathias P.W Nilsson wrote:
Thanks!

No problem.
I haven't posted all code but there is a check box "acceptConditions" that
must be clicked to get this to work
Okay, but just add that then if it's needed. Always remember when working with ajax only to update whats need or you could just use normal posting. The idea are to update as little as possible, that will also reduce "flickering".
How can this be implemented in two forms? I'm not quite following. First I
need to have wicket
check all the data and that the conditions is checked.
I think you got that right:)
 And then, how can I
submit the other none wicket form?
Okay then you have a nonvisible non wicket form (yes I know it's not very DRY). You can then set the values in that one instead using your javascript, that way you wont be messing with wicket.

Just have the form in the .html and modify your javascript to call that one...




--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to