Hi,


In JSP 1.1, if I write a Tag <UnitOfWork>

<UnitOfWork id = "1" >
</UnitOfWork>

<UnitOfWork id = "2">
</UnitOfWork>

How do I indicate to the JSP Engine, that it should a create a new instance
of Tag Handler class "UnitOfWork" for 2nd instance and not use the first one ?

(Or does it anyway does create a new instance of Tag Handler Class everytime it
encounters its corresponding start tag ?)

Regards,
Maneesha

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to