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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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

Reply via email to