DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33211>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33211 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-01-23 19:04 ------- First, using a tag in the value of an attribute is illegal syntax, so attempting to use <c:out> in the 'value' attribute is not going to work. Second, using ${year} in the 'value' attribute will work in two specific cases: 1) You are using Servlets 2.4 / JSP 2.0 and your web.xml file uses the DOCTYPE for Servlets 2.4. or 2) You use the Struts-EL taglibs instead of the regular Struts taglibs, so that you use: <html-el:option value="${year}"> Finally, note that you could have found the answer to your question in the mailing list archives, since this has come up many times before. Had you not found the answer there, you could have asked on the Struts User mailing list before filing it as a bug. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
