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=37080>. 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=37080 Summary: Incorrect type coersion from char Product: Taglibs Version: 1.1.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: Standard Taglib AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The implementation crashes because of an incorrect type coersion from java type char. To reproduce make a controller and set a char attribute. // Controller code char tChar = 't'; request.setAttribute("tChar", tChar); // Now in JSP enter this fragment <!-- JSP Frag --> Prints t ${tChar} Crashes <c:if test="${tChar == 't'}"> inside </c:if> <!-- End Frag --> It crashes with this error: javax.servlet.jsp.el.ELException: An exception occured trying to convert String "t" to type "java.lang.Long" -- 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]
