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. >