Following the sample here: 
http://tapestry.apache.org/using-select-with-a-list.html

I created a ValueEncoder and ValueEncoderFactory for my select model.  That was 
simple enough.  I created the actual select like this:

<t:select t:id="groupSelect" blankLabel="[ ALL ]" model="groups" 
value="searchKeys.group" />

Is it possible to tell the select which attribute of my model should be used to 
generate the options? It seems to call toString() by default which isn't 
appropriate for this model.

Thanks
Tony Nelson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to