Re: Struts2 RedirectAction Situation
Thank you Joseph for your reply, you are right, replacing the String Spring bean solves the problem (as you can see in the following snippet) It seems that using a String bean
doesn't like to render my listed item as selected
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