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/02/13 22:52:56 UTC

DO NOT REPLY [Bug 17062] New: - Unable to specify the 'var' or 'varReader' attributes of jsp:invoke using 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=17062>.
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=17062

Unable to specify the 'var' or 'varReader' attributes of jsp:invoke using the jsp:attribute action.

           Summary: Unable to specify the 'var' or 'varReader' attributes of
                    jsp:invoke using 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


Consider the following fragment of a tag file:

<jsp:invoke>
    <jsp:attribute name="fragment">frag1</jsp:attribute>
    <jsp:attribute name="var">exported</jsp:attribute>
    <jsp:attribute name="scope">request</jsp:attribute>
</jsp:invoke>

When invoked jasper generates a translation-time error

<error>

JspAttributeTag.tag(7,0) Missing 'var' or 'varReader' attribute

</error>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org