Mad Java

Greenhorn
+ Follow
since Feb 22, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mad Java

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?!?! =(
14 years ago