Mantis - Resin
Viewing Issue Advanced Details
3386 minor always 03-13-09 01:43 03-26-09 20:49
kvirkki  
ferg  
normal  
closed 3.1.8  
fixed  
none    
none 3.1.9  
0003386: trimDirectiveWhitespaces is broken in tag files
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.

Notes
(0003941)
ferg   
03-26-09 20:49   
jsp/01h5