s:select tag doesn't work under resin 3.1.x
-------------------------------------------
Key: WW-2213
URL: https://issues.apache.org/struts/browse/WW-2213
Project: Struts 2
Issue Type: Bug
Components: Views
Affects Versions: 2.0.9
Environment: WindowsXP,Window 2000 Server,JDK 1.6.0 update2,resin 3.1.x
Reporter: Kun,Zheng
I use <s:select /> tag and find it doen't work under resin 3.1.x;but it works
well under tomcat 5.5.x and tomcat 6.0.x.
The sample from struts-2.0.9\docs\docs\select.html, please try the code below
under resin 3.1.x:
<s:select label="Months"
name="months"
headerKey="-1" headerValue="Select Month"
list="#{'01':'Jan', '02':'Feb'}"
value="selectedMonth"
required="true"
/>
it fails.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.