Hi, I am a newbie to struts 2. I have a question about the struts 2 select tag.
When I try to use a property defined in package.properties for the "list", For Eg: <s:select label="Names" list="project.names"/> (project.names is defined in the package.properties) i get an exception that states that the project.names is not a enumeration or map. I am wondering why it does not evaluate to the list that I have defined in the properties file. Thanks, D