Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3386 | minor | always | 03-13-09 01:43 | 03-26-09 20:49 | |
|
|||||
Reporter: | kvirkki | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.8 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.9 | ||
|
|||||
Summary: | 0003386: trimDirectiveWhitespaces is broken in tag files | ||||
Description: |
It seems that trimDirectiveWhitespaces is broken if used in tag files, i.e. tags created with JSP syntax). I get the following error with Resin 3.1.8: com.caucho.jsp.JspLineParseException: /WEB-INF/tags/waitForResults.tag:1: 'trimDirectiveWhitespaces' is an unknown JSP tag directive attribute. The valid attributes are: body-content, deferredSyntaxAllowedAsLiteral, display-name, dynamic-attributes, example, isELIgnored, language, large-icon, pageEncoding, small-icon, trimDirectiveWhitespace. 1: <%@ tag trimDirectiveWhitespaces="true" %> As can be seen, the error says that you should use "trimDirectiveWhitespace" instead, which is clearly an error and anyway doesn't work. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|