I don't know what you are trying to achieve, but you can always provide your own select model, if you need something more flexible than what the standard coercions provide. (if that was the question?)
-- Chris On Thu, Oct 23, 2014 at 12:36 AM, Sloshed Techie <sloshedtec...@gmail.com> wrote: > Hello, > > Have just started with tapestry and web designing. I try to implement > combobox > > <t:select t:id="carstype"/> > > where carstype referring to enum.The selected value gets stored in > database. > I need a solution where my combobox has the first value as database > value and other > values from ENUM. > > > Any efficient solution for this? > > > > Thanks! > > Niks >