|
Hello, I am using Tomcat 4. I want to instantiate my Beans in my taglibs.
The Beans are located in web-inf/classes
directory and taglibs are located in web-inf/lib directory In JSP page I can use the jsp:useBean tag, but in my Taglib
, how do I instantiate the bean. They are in a different directory… Please Help Purav |
