Tag Libaries!
843834Jul 17 2001 — edited Jul 25 2001I have my tag library, desciptor, & web.xml all in the web-inf folder. The web.xml says:
<web-app>
<display-name> Tag Lib </display-name>
<taglib>
<taglib-uri>taglib<taglib-uri>
<taglib-location>/taglib.tld</taglib-location>
</taglib>
</web-app>
The name of the descriptor is taglib.tld and in the JSP page I reference it with
<%@ taglib uri="taglib" prefix="set" %>
When I try to bring up my page I get this error
Unable to open taglibrary taglib : Parse Error in the tag library descriptor: Expected "" to terminate element starting on line 4.
Anyone got any ideas?
Thanks!
Christina