I am building a custom taglib and I am looking for a way to pass nested jsp
tags to the outer tag so that the outer tag will have access to the inner
one's properties. I thought I would pass an instance of my inner tag to the
outer one with an addTag () method in the outer one. Problem is I can't call
methods on the outer one. findAncestor WithClass() brings me the proper tag
instance to the inner tag but I can't call it's methods because a it comes
back as a Tag and I don't have access to this particular instance's methods.
Any ideas? Do I have to use reflection to accomplish this? Thanks to anyone
who can help.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets