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=15391>. 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=15391 Jasper generates a translation error if the body of jsp:params is supplied though jsp:body Summary: Jasper generates a translation error if the body of jsp:params is supplied though jsp:body 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] Given the following segment ------------------------------------------------- <jsp:plugin code="foo.class" codebase="/"> <jsp:params> <jsp:body> <jsp:param name="param1" value="param2" /> </jsp:body> </jsp:params> </jsp:plugin> -------------------------------------------------- A translation error is incorrectly generated with the following message. Expected "param" tag with "name" and "value" attributes Section 5.11 of the 2.0 PFD states: "It is also legal to use the <jsp:body> standard action to supply bodies to standard actions, for *any* standard action that accepts a body." -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>