Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1389 | minor | always | 10-04-06 09:10 | 10-06-06 14:37 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|