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=25787>. 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=25787 adding <%@ attribute name="xxx" fragment="true" %> won't be declared ------- Additional Comments From [EMAIL PROTECTED] 2004-01-05 19:45 ------- This actually works for me. In Tomcat 5, any changes in a tagfile will trigger a recompilation of all the .jsp pages that reference it, as well as the tagfile itself, so I don't see why you need to restart TC. Please include a test case if you still have problems. Note also that the addition of <%@ attribute name="xxx" fragment="true" %> to the tag file will not have any effect on the generated .class file, unless the fragment is also used in the tagfile, with an <jsp:invoke fragment="xxx"/>. This is just an optimization. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]