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