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 2001/10/22 15:11:44 UTC

DO NOT REPLY [Bug 4332] New: - Compilation from .jsp to .java fail if newline in useBean tag

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4332

Compilation from .jsp to .java fail if newline in useBean tag

           Summary: Compilation from .jsp to .java fail if newline in
                    useBean tag
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: vincent@cautaerts.org


This code doesn't compile:

<jsp:useBean id="i" class="java.lang.Integer">
</jsp:useBean>

when there is a newline between the <jsp:useBean> and </jsp:useBean> tags.

It does however compile when the newline is not present.

I'm not sure if the standard (dis)allows this, but for sure it is not nice.

I hope this helps.