Hi, I have the following simplified situation:
A page with one form containing a radiogroup with one option and two AjaxFallbackButtons. One of the two buttons has its defaultFormProcessing set to false (because it does not need to submit the form). When I test the form submission with the FormTester the order in which I add the buttons to the form matter whether or not the selected radio choice is actually set on the model object or not. If I add the button with the defaulFormProcessing = false first is does not submit correctly, if I add it as last it does. This behavior only occurs with the FormTester and not in the real environment. I use Wicket 1.4-m3, JDK 1.5. Is this a bug? If so let me know I'll file a bugreport with a testcase. Cheers, Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
