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 2005/12/10 01:56:51 UTC

DO NOT REPLY [Bug 31804] - setParent() is not called on nested tags in a tag file (.tagx)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31804>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31804


kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From kin-man.chung@sun.com  2005-12-10 01:56 -------
The only case where setParent() will be invoked in when its tag is nested in
another tag, such as

<nested:form action="/Action">
   <ctrl:submit action="save" label="Save"/>
</nested:form>

In this case, setParent() will be invoked for <ctrl:sumit> but not
<nested:form>.  This can be easily verified by examining the generated java
files, as I have done for 5.x.  It doen't matter if <ctrl:submit> is a tag file
or not.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org