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

           Summary: adding <%@ attribute name="xxx" fragment="true" %> won't
                    be declared
           Product: Tomcat 5
           Version: 5.0.16
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When adding a new fragment to an existing tag-file, it will not apear in
the generated java class in org.apache....tag.web.name_tag.java file
until the server has been restarted.

My source===>
<?xml version='1.0' encoding='iso-8859-1' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

<%@ attribute name="body"     fragment="true" %>
<%@ attribute name="leftmenu" fragment="true" %>
<%@ attribute name="topmenu"  fragment="true" %>
========!

Last one has been added after testing the first two. But it can not be
used until i have restartede tomcat5.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to