Hello all! I'm having a problem with
Struts 2 using select and enum
Lets say I have an Enum:
I want to populate an select with it, but I can't do it! So please help! I'll post what I'm trying:
- The request Action
- The
JSP
- The result Action:
Ok, so this doesn't work because the select is returning the id as
string, so I made a bad code:
Well, this works with one enum, but in another enum in the same class it doesn't work anymore (don't ask me why).
Anyone has a better, good idea, how to use enums with select on Struts 2?!?! =(