Hi All, While sending mail to the group , pl do write an appropriate subject. Pl do not leave the subject line blank. This will help in identifying which mail is of use to us. Thanks Eldo >From: Pratik <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: Thu, 17 Aug 2000 10:37:46 +0530 > >I think you should not call your inner tags in your Outer tags. >It you really then there is no need of tag you just need a class that can >do. >and also if you want then you have to code in your inner tag to access your >outer tag. >I might be wrong > >bye > >----- Original Message ----- >From: "Pernikoff, Ben" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, August 17, 2000 1:07 AM > > > > 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 > >=========================================================================== >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 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com =========================================================================== 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
