Is it possible to uniquely identify a tag lib reference?
For example: If you have three references to a tag on a given jsp page, is
it possible to determine which one is which. Of course, I could put the
burdon on the developer and have them do the following:
<tlt:myTag uniqueId="1" .../>
<tlt:myTag uniqueId="2" .../>
<tlt:myTag uniqueId="3" .../>
BUT this is error prone. I want the system to pass this info to me.
Can I hack something using TagExtraInfo?
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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