What is way to select enum from database? I have:
Use the option and options tags from the spring forms tld.
If I understand it correctly, you will have to add YourEnum.values() to the model, say as "enumValues" (according to comments below, this is not necessary).
YourEnum.values()
Reference: