Re: Value not changing after submitting a form

2007-11-21 Thread Newgro
Solved. The problem was, that i didn't had overwritten the setObject Method of my model. I get the object by usage of valueModel. But i never set it. Thus it never could be different from null. Cheers Per -- View this message in context: http://www.nabble.com/Value-not-changing-after

Value not changing after submitting a form

2007-11-20 Thread Newgro
() { return (Locale) _localeModel.getObject(); } } -- View this message in context: http://www.nabble.com/Value-not-changing-after-submitting-a-form-tf4844099.html#a13858917 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Value not changing after submitting a form

2007-11-20 Thread Per Newgro
I further investigated this and found that the wrapModel seems to bring me the trouble. Can't i use it the way i do? Cheers Per - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Value not changing after submitting a form

2007-11-20 Thread Timo Rantalaiho
On Tue, 20 Nov 2007, Per Newgro wrote: I further investigated this and found that the wrapModel seems to bring me the trouble. Can't i use it the way i do? It could be, your use of models seemed strange. I didn't really understad why everything was being wrapped to property models instead

Re: Value not changing after submitting a form

2007-11-20 Thread Newgro
explanations helped Thanks Per -- View this message in context: http://www.nabble.com/Value-not-changing-after-submitting-a-form-tf4844099.html#a13872317 Sent from the Wicket - User mailing list archive at Nabble.com