T is the type parameter for the model object ( http://static.ddpoker.com/javadoc/wicket/1.4-m1/org/apache/wicket/model/IModel.html), if you are creating an PropertyModel to retrieve and access an String property, so String is the correct type parameter for the PropertyModel...
On Tue, Sep 8, 2009 at 2:13 AM, Douglas Ferguson <[email protected] > wrote: > If I have a have this: > > CompoundPropertyModel(Person) > > PropertyModel(Person, "name"); > > Would this be accurate? > > CompoundPropertyModel<Person> > PropertyModel<String> <-assuming name is a string > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
