Mantis - Resin
Viewing Issue Advanced Details
1389 minor always 10-04-06 09:10 10-06-06 14:37
ferg  
ferg  
urgent  
closed 3.0.21  
fixed  
none    
none 3.1.0  
0001389: JSP tags with scriptlet variables
(rep by Matthew Schwartz)
They have the problems with the code like this (cannot access \\\\\\\'value\\\\\\\' variable in scriptlet):

<%@ tag import=\\\\\\\"com.intellij.util.text.DateFormatUtil\\\\\\\"
 %><%@ tag import=\\\\\\\"java.util.Date\\\\\\\"
 %><%@ taglib prefix=\\\\\\\"c\\\\\\\" uri=\\\\\\\"http/java.sun.com/jsp/jstl/core\\\\\\\"
 %><%@ taglib prefix=\\\\\\\"fmt\\\\\\\" uri=\\\\\\\"http/java.sun.com/jsp/jstl/fmt\\\\\\\"
 %><%@attribute name=\\\\\\\"value\\\\\\\" required=\\\\\\\"true\\\\\\\" rtexprvalue=\\\\\\\"true\\\\\\\" type=\\\\\\\"java.util.Date\\\\\\\"
 %><span class=\\\\\\\"date\\\\\\\"><c:choose><c:when test=\\\\\\\"${not empty smart}\\\\\\\"
 ><%
 final String s = DateFormatUtil.formatDate(new Date(), value);
 out.print(s);
%></c:when></c:choose></span>

Notes
(0001534)
ferg   
10-06-06 14:37   
jsp/101k