I think this is a mapping error. Did you map "/tags/struts-template" to "/WEB-INF/struts-template.tld" in your web.xml? If you didn't then your inclide won't work.
I did.
<taglib>
<taglib-uri>/tags/struts-template</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-template.tld</taglib-location>
</taglib>It should be: <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
Are you sure about this? Shouldn't the mapping from web.xml be in there?
Greetings, Philippe.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

