Enum « Binding « Spring Q&A





1. Enum binding not showing default    forum.springsource.org

Enum binding not showing default This is more or less a follow up on http://forum.springframework.org/showthread.php?t=17183 The problem is that the default value of my enum property isn't showing up in my ...

2. Newbie: Bind Enums to dropdownbox    forum.springsource.org

I am trying to bind an enum to a dropdownbox, and i am having trouble finding some documentation on this. I probably have to use LabeledEnum. The problem is how all ...

3. Problem with enums and binding Long values to labels    forum.springsource.org

(Roo+GWT) Problem with binding Long values to labels Hi everybody, I had two entities: Item and OrderItem defined (in .domain) as follows: public class Item { private Boolean isActive; @NotNull @Size(max ...