Hi Philippe, Your declaration that you listed below seems correct I don't think that the problem. What does your "jsp/siteTemplate.jsp" look like?
-----Original Message----- From: Philippe Van Der Gucht [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:46 AM To: Struts Users Mailing List Subject: Re: IPlanet 6 SP2 and Struts 1.1 with templates TLD Suzette Daniel wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

