As Nimmy said you should be able to supply your own model to the RadioChoice
which will override the CompoundPropertyModel.... Assuming NUMBERS is a
list...
RadioChoice<String> rc = new RadioChoice<String>("numberRadioChoice", new
Model(),NUMBERS);
Look at https://cwiki.apache.org/WICKET/working-with-wicket-models.html for
more information.
nimmy wrote:
>
> I'm a newbie also but....
>
> Can't you just create a new model specifically for the RadioChoice
> component? Each component can have its own model.
>
>
>
>
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Using-non-Model-fields-in-Form-tp3251063p3251822.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]