Yeah, its inside a form that is in a modal popup. It is not a nested form situation.
I found some archive messages that talked around the same problem and their findings was that the form post was different(and wrong) for the RadioChoice under IE7, but this message thread was from March '09. I'll keep looking at it, but if you guys have any ideas, feel free to chime in. Thanks, J.D. -----Original Message----- From: Igor Vaynberg [mailto:[email protected]] Sent: Monday, February 22, 2010 10:43 PM To: [email protected] Subject: Re: RadioChoice in IE7 Known Issue? you should debug it and see, as far as i know radiochoice just generates a bunch of input type="radio" so all should work. it is inside a form right? -igor On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James <[email protected]> wrote: > Hi, > > > > I've noticed that the model isn't updated in IE7 when using the Wicket > RadioChoice component. This behavior doesn't appear in Firefox. > > > > In my code, the RadioChoice component is set to required and even after > selecting one of the radio choices, upon submit I get a required field > validation error. > > I am not adding any ajax behaviors to the component. Again, this only > appears to happen in IE7. > > > > > > We are using Wicket 1.4.4. > > > > Is this a known issue and/or something that has been fixed in Wicket > 1.4.5/6? > > > > I've tried overriding wantOnChangeSelectionNotification (return true) > but that didn't seem to solve the issue. > > > > Any help on this issue would be greatly appreciated. > > > > Thanks, > > J.D. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
