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]
