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 2002/08/04 02:28:28 UTC

DO NOT REPLY [Bug 11449] New: - Attribute has no value, related to quotation mark

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=11449>.
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=11449

Attribute has no value, related to quotation mark

           Summary: Attribute has no value, related to quotation mark
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: OS/2
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: junk@bbs.darktech.org


Using Tomcat under Netbeans; they include v4.04 final as far as I know..

   When I try compiling a JSP containing this line:

<jsp:setProperty name="counter" property="appBase" value="<%=
application.getRealPath("") %>" />

   I get "Attribute  has no value"

The cause of the bug seems to be <%= application.getRealPath("") %>.. When you
remove it, the problem goes away.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>