[Wicket-user] RadioGroup.. Correct usage (with enum values)?

2007-05-03 Thread John RDF
I have problems with radio groups. According to docs and tutorials the group's model object should be set to the selected radio model object. However, in my case (using enum values which must be set on an enum property) the group's model object always seems to be null. I based my code on the

Re: [Wicket-user] RadioGroup.. Correct usage (with enum values)?

2007-05-03 Thread Igor Vaynberg
code looks ok, pretty strange. can you create a quickstart so we can see what goes wrong? -igor On 5/3/07, John RDF [EMAIL PROTECTED] wrote: I have problems with radio groups. According to docs and tutorials the group's model object should be set to the selected radio model object. However,

Re: [Wicket-user] RadioGroup.. Correct usage (with enum values)?

2007-05-03 Thread John RDF
Igor, I really suspect it is also related to my other problem post (see AddressPanel test case) with nested forms and models working incorrectly inside, as when I put the same radio button code outside of our app (which needs nested forms and this is a bit of a show stopper for us) the radio

Re: [Wicket-user] RadioGroup.. Correct usage (with enum values)?

2007-05-03 Thread Igor Vaynberg
there is no nested form support in 1.2, only 1.3. so that might be it? -igor On 5/3/07, John RDF [EMAIL PROTECTED] wrote: Igor, I really suspect it is also related to my other problem post (see AddressPanel test case) with nested forms and models working incorrectly inside, as when I put