Anonymous | Login | Signup for a new account | 12-17-2024 08:31 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.0.21 | ||||||
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> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 25 unique queries executed. |