I mean having different object types in a select, each titled by a field not associated with any object that make differentiation of the different types of object in the select.
2014-08-25 18:19 GMT+02:00 Lance Java <lance.j...@googlemail.com>: > Im not entirely sure what you mean by a delimeter here? Are you talking > about the <optgroup> tag inside <select>? > If so, you can use SelectModel.getOptionGroups() > > http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/SelectModel.html#getOptionGroups() > > Or are you wanting to add your own custom html (images etc) to the option > label? > > > > On 25 August 2014 15:55, squallmat . <squall...@gmail.com> wrote: > > > Hi, > > > > As said in title, I would like to know if it's possible to add special > > values in a select list of objects, that are not "bind to encoder" like > the > > blank one, I need to add a delimitation in the list of my entities to > > select. > > > > Thanks. > > >