Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by DavorHrg: http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects ------------------------------------------------------------------------------ * Class<T> - Superclass of all objects in the list (this is because of Generics deletion at runtime) so an adapter can be produced (even byte code generated one might be implemented in Tapestry-ioc later on) * name of the identifier property - a property that identifies the object (usualy id if object is from database), it will be used as value attribute for the <option> * name of the name property - if name is composed of few properties, add an transient property to your Object - * PropertyAccess - this is an Tapestry-ioc service that the selection model uses to access properties from the object and you must supply it. You can get inject it into your page easily + * !PropertyAccess - this is an Tapestry-ioc service that the selection model uses to access properties from the object and you must supply it. You can get inject it into your page easily {{{ @Inject PropertyAccess _access; }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
