Re: CompoundPropertyModel and Combobox

2009-05-28 Thread Marco Santos
; private String usrLandline; private String usrFirstName; private String usrLastName; private String usrRole; } Hope this helps :-) cheers, Marcin -- View this message in context: http://www.nabble.com/CompoundPropertyModel-and-Combobox-tp23733910p23771469.html Sent from

Re: CompoundPropertyModel and Combobox

2009-05-27 Thread Marcin Palka
://www.nabble.com/CompoundPropertyModel-and-Combobox-tp23733910p23741340.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

CompoundPropertyModel and Combobox

2009-05-26 Thread Marco Santos
Hello there. Im trying to submit a form, a simple one, that have some textfields, checkboxes and some comboboxes (DropDownChoice class). The model of the form is the CompoundPropertyModel which is setted like this: setModel(new CompoundPropertyModel(userInput)); The userInput is an instance of a