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 2003/01/07 20:42:02 UTC

DO NOT REPLY [Bug 15854] New: - Unable to provide a qname attribute value to the name attribute of the jsp:attribute action.

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

Unable to provide a qname attribute value to the name attribute of the jsp:attribute action.

           Summary: Unable to provide a qname attribute value to the name
                    attribute of the jsp:attribute action.
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Ryan.Lubke@Sun.COM


According to table JSP.5-8, in particular the section regarding the 'name'
attribute:

    "The value of name can be a QName.  If so, the prefix must match that of the 
     action it applies to,...."

So given the following:

<some:action>
    <jsp:attribute name="some:attributename">
        attributevalue
    </jsp:attribute>
</some:action>

The following error is incorrectly returned:

<error>
/JspAttributeQNameTest1.jsp(9,0) According to the TLD attribute attributename is
mandatory for tag action
</error>

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