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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>