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=12466>. 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=12466 Unable to call jsp:invoke in the body of a classic/simple tag in a tag file. Summary: Unable to call jsp:invoke in the body of a classic/simple tag in a tag file. Product: Tomcat 5 Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If in a tag file there are two tags : <ct:ClassicTag var="foo" > <st:SimpleTag> <jsp:invoke fragment="fragment1" /> </st:SimpleTag> </ct:ClassicTag> In this case when the tag file is complied a compile time error is thrown : location: class org.apache.jsp.tagfile.dbAccess.dbAccessHelper _jspx_params = new java.util.HashMap(); ^ /home/ps125818/locus/tomcat5-src/jakarta-tomcat-5/dist/work/Standalone/localhost/ActTrack/tagfiles/org/apache/jsp/tagfile/dbAccess.java:178: cannot resolve symbol symbol : variable _jspx_params location: class org.apache.jsp.tagfile.dbAccess.dbAccessHelper getQuery().invoke(null, _jspx_params); ^ In the invoke method _jspx_params is not defined. The Map object "params" passed in the signature of should be used ? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>