| Mantis - Resin | |||||
| Viewing Issue Advanced Details | |||||
|  | |||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 4190 | major | always | 08-27-10 03:40 | 11-17-10 11:42 | |
|  | |||||
| Reporter: | olaf2010 | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.10 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.14 | ||
|  | |||||
| Summary: | 0004190: Mixed '#' and '$ | ||||
| Description: | I have this little page "bla.jsp" <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" [^] %> <c:set var="tokens" value="1#2#3#4#5#6"/> <c:set var="tokens" value="0#${tokens}"/> <c:forTokens items="${tokens}" delims="#" var="token"> <c:out value="${token}"/> </c:forTokens> This gives me an error: /bla.jsp:3: Mixed '#' and '$'. Expected `#' at `$' in 0#${tokens} This time i have made sure, that there is no foreign jstl taglib in the classpath. :-) Is this a bug? Or on what do you rely on, that this should be an error? | ||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|  | |||||
| 
 | 
 | ||||
|  | |||||
| 
 | 
 | ||||