Subject: struts-html.tld: Failed to find TEI class
From: Paul Heath <[EMAIL PROTECTED]>
 ===
I'm getting the following message on compilation of a JSP:

Warning: struts-html.tld: Failed to find TEI class
'org.apache.struts.taglib.html.MessagesTei',
reason: org.apache.struts.taglib.html.MessagesTei.

The references to the tablibs in the JSP are as follows:
<%@ page language="java" %>

<%@ taglib uri="struts-html.tld" prefix="strutshtml" %>
<%@ taglib uri="struts-bean.tld" prefix="strutsbean" %>
<%@ taglib uri="tiles.tld" prefix="tiles" %>


The web.xml includes:

<taglib>
    <taglib-uri>struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
  </taglib>
  <taglib>
    <taglib-uri>struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
  </taglib>
  <taglib>
      <taglib-uri>struts-html.tld</taglib-uri>
      <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
  </taglib>

Can someone tell me what I am missing ?  Thanks
Paul


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to