Hi, I am using PropertySelection component to create a drop down list in tapestry. The 'model' attribute equals a List of values which is getting pulled form the database. Now I want to add separate title attributes(displaying tooltip text) to my each and every option of the drop down. Is there a way to do this? Because when I do it, the title attribute gets assigned to the select tag and not to individual option tags. I want to do this using PropertySelction only in tapestry. It is quite urgent for my project. Any help will be appreciated.
Thanks, Deepa