Re: Compound Property Model to a form is not getting updated

2014-08-23 Thread suvojit168
Hi, Here you bind the textField's model to productItem, which is the form's initial model. If you change the latter afterwards, your textField's will still work with the old model. I have omitted the PropertyModel binding to components. Also I tried using OnModelChanged() and

Wicket related projects news/announcements

2014-08-23 Thread Илья Нарыжный
Guys, Could you please advise: is there some resource or email group related to Apache Wicket where announcements about new wicket-related/based projects can be published? I have several opensource projects related to Wicket and it will be nice to have ability to send some news about them to

Re: Compound Property Model to a form is not getting updated

2014-08-23 Thread Sven Meier
Hi, i can't spot an error in your code. A compiler and debugger is much better suited for that task. Please use the quickstart here: http://wicket.apache.org/start/quickstart.html Regards Sven On 08/22/2014 07:40 PM, suvojit168 wrote: Hi, Here you bind the textField's model to