Re: doesn't like to render my listed item as selected

2012-07-19 Thread Mounir Benzid
Could it be that the select-tag doesn't get along well with BigDecimal ? Am 7/17/2012 12:08 PM, schrieb Mounir Benzid: Hey, I'm iterating through a list of ticket(descriptions) where each ticket has its own VAT value (I'm in Germany so that could be 0%, 7% or 19% VAT) The action method

doesn't like to render my listed item as selected

2012-07-17 Thread Mounir Benzid
Hey, I'm iterating through a list of ticket(descriptions) where each ticket has its own VAT value (I'm in Germany so that could be 0%, 7% or 19% VAT) The action method "List getTicketDescriptions()" returns all available tickets. A TicketDescription has the method "BigDecimal getValueAdd