In case you exclusively want to get the encoder, you can inject ComponentDefaultProvider and then use
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/ComponentDefaultProvider.html#defaultValueEncoder(java.lang.String, org.apache.tapestry5.ComponentResources) regards Taha On 13-May-2013, at 4:59 PM, "Thiago H de Paula Figueiredo" <thiag...@gmail.com> wrote: > On Mon, 13 May 2013 04:44:36 -0300, Ken in Nashua <kcola...@live.com> wrote: > >> Hi Folks, > > Hi! > >> Finding scant docs on this class usage. >> >> And getting pulled down a rabbit hole. >> >> Are there any example usages of this ? >> >> All i want to do is populate my select component with database entities >> strings. > > HibernateEntityValueEncoder is used automatically. All you need to do is to > have tapestry-hibernate in your classpath. For populating Select's model > parameter, you can use the SelectModelFactory service. > > -- > Thiago H. de Paula Figueiredo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org >