You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/06/10 21:05:13 UTC

DO NOT REPLY [Bug 29509] New: - notation without fails

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29509>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29509

</jsp:include> notation without <jsp:param> fails

           Summary: </jsp:include> notation without <jsp:param> fails
           Product: Tomcat 5
           Version: 5.0.25
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: sensenbn@apci.com


Following two cases work ok:

<jsp:include page="..." flush="..." />

and

<jsp:include page="..." flush="...">
   <jsp:param name="..." value="..." />
</jsp:include>

but this does not

<jsp:include page="..." flush="...">
</jsp:include>

The final example produces the following (good!) message: Expecting "jsp:param" 
standard action with "name" and "value" attributes

The final example worked fine in 4.0.6.  I was not able to recognize this as a 
change in the JSP2.0 spec.  Bug?, Spec change?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org