Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tag Libaries!

843834Jul 17 2001 — edited Jul 25 2001
I 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 22 2001
Added on Jul 17 2001
5 comments
91 views