Thanx for considering the message. My problem was solved but i noticed a very strange thing.
I didn,t make a package for the tag handler class. But after making package for same class & making apprpriate directories, it worked. I feel it very strange that a tag class in the servletclasses folder in weblogic5.1 don't work, but same class after making package works.
My problem is solved but i want to know reason behind this.
Please clarify.
Please also tell how to work with connection, statement or resultset in the custom tags which i opened in the jsp. Is it through pageContext.getAttribute() or by setting the attribute for the tag . I know that they are not serializble, but i was to use these in my tag that was opened before. Is setting attribute for tag needs objects to be serialized, they are passed as
string, how to get connection from that string.
Please tell me the method to be used for it.
Thanx in advance.