Re: Select with delimiters

2014-08-29 Thread Thiago H de Paula Figueiredo
On Fri, 29 Aug 2014 11:55:01 -0300, squallmat . wrote: 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. Implement your own OptionModel and use whatever you want f

Re: Select with delimiters

2014-08-29 Thread squallmat .
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 : > Im not entirely sure what you mean by a delimeter here? Are you talking > ab

Re: Select with delimiters

2014-08-25 Thread Lance Java
Im not entirely sure what you mean by a delimeter here? Are you talking about the tag inside ? 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

Select with delimiters

2014-08-25 Thread squallmat .
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.