• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

enum + select on Struts 2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?!?! =(
 
Villains always have antidotes. They're funny that way. Here's an antidote disguised as a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic