Re: please review my CompoundPropertyModel use

2008-10-07 Thread Ned Collyer
. > -- View this message in context: http://www.nabble.com/please-review-my-CompoundPropertyModel-use-tp19868935p19871374.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: please review my CompoundPropertyModel use

2008-10-07 Thread dukehoops
new MyFormComponent("myProperty")); > > > See > http://cwiki.apache.org/WICKET/working-with-wicket-models.html#WorkingwithWicketmodels-CompoundPropertyModels > > > - Nikita Tovstoles vside.com ---- -- View this message in context: ht

Re: please review my CompoundPropertyModel use

2008-10-07 Thread Ned Collyer
odel(formModel, "myProperty")); > form.add(myComp); > > and constructor: > MyFormComponent(wicketId, model) > { > super(wicketId, model); > } > -- View this message in context: http://www.nabble.com/please-review-my-CompoundPropertyModel-use-tp19868935p1987

please review my CompoundPropertyModel use

2008-10-07 Thread dukehoops
wicketId, model); } - Nikita Tovstoles vside.com -- View this message in context: http://www.nabble.com/please-review-my-CompoundPropertyModel-use-tp19868935p19868935.html Sent from the Wicket - User mailing list archive at Nabble.com. --