model help

2011-03-29 Thread mlabs
hasn't quite dropped yet.. so any help would be most appreciated. TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/model-help-tp3415833p3415833.html Sent from the Users forum mailing list archive at Nabble.com

Re: model help

2011-03-29 Thread Scott Swank
: http://apache-wicket.1842946.n4.nabble.com/model-help-tp3415833p3415833.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: model help

2011-03-29 Thread MZemeck
to access nested objects...new PropertyModel(foo, bar.name) for the following; class Foo() { private Bar bar; } class Bar() { private String name; } From: mlabs mlabs@gmail.com To: users@wicket.apache.org Date: 03/29/2011 02:50 PM Subject:model help 1. first I'd like