Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001389 [Resin] minor always 10-04-06 09:10 10-06-06 14:37
Reporter ferg View Status public  
Assigned To ferg
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version 3.0.21
  Product Build
Summary 0001389: JSP tags with scriptlet variables
Description (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>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001534)
ferg
10-06-06 14:37

jsp/101k
 

- Issue History
Date Modified Username Field Change
10-04-06 09:10 ferg New Issue
10-04-06 09:13 ferg Priority normal => urgent
10-04-06 09:13 ferg Description Updated
10-04-06 09:13 ferg Project Quercus => Resin
10-06-06 14:37 ferg Note Added: 0001534
10-06-06 14:37 ferg Assigned To  => ferg
10-06-06 14:37 ferg Status new => closed
10-06-06 14:37 ferg Resolution open => fixed
10-06-06 14:37 ferg Fixed in Version  => 3.1.0
10-06-06 14:37 ferg Description Updated


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker