hi iam new to custom tag , Iam facing problem when i am deploying my files on j2ee 1.5 server it give following erroer:: my .tld file and jsp are given below any body can help me;
mytaglib.tld file:
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.// DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/ web-jsptaglibrary_1_1.dtd">
<!-- a tag library descriptor -->
<taglib> <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>first</shortname> <uri></uri> <info>A simple tab library for the examples</info>