You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/28 23:46:22 UTC

DO NOT REPLY [Bug 25787] New: - adding <%@ attribute name="xxx" fragment="true" %> won't be declared

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: tomcat-dev@jakarta.apache.org
        ReportedBy: kip@kipon.dk


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org