Hi,
I repeatedly getting the above exception whenever I try to run the body of custom tags by using classic tag handler.
The code of
JSP file is:
The code of TLD file is:
the code of Classic tag handler is:
and the exception, which I'm getting is:
I'm calling a JSP page directly from the request, instead of request it from the
servlet. I've not configured web.xml file. What's wrong I'm doing?