Posted By:
Abdul_Ambalam
Posted On:
Monday, January 12, 2004 02:56 AM
Hi,
I use tomcat web server. Here the problem is:
I call taglib from a jsp page. I have directive like this
<%@ taglib uri="http://localhost:8080/taglib" prefix="naz" %>
and I use custom tag somewhere in the page like this
<%= org.getDepartmentNames()%>">
the error come like this.
No tag "abcd" defined in tag library imported with prefix "naz"
Wht will be the problem can anyone help please?