-
java/hp total e-server/struts
I am trying to call a taglib in a jsp file and I am getting this error:
XML translator error: The tag library at '/WEB-INF/struts-bean.tld' could
not be opened: The URI '/WEB-INF/struts-bean.tld' is malformed: no protocol:
/WEB-INF/struts-bean.tld
the contents of the jsp file is:
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %>
< struts-bean:message key="hello.message" />
the tag-lib uri is referenced in my WEB-INF/web.xml file.
<taglib>
<taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
<taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
</taglib>
any suggestions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks