I get this error from time to time, I forget things ;-) Maybe it would be nice, if every tag library had an "I am here" tag, which would produce an HTML comment, when taglib is found.
Michael. On 10/10/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "bib_lucene bib" <[EMAIL PROTECTED]> > > > I have put the taglibs on top of template.jsp > > <%@ page language="java" %> > > <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" > > %> > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" > > prefix="logic" %> > > You're missing the 'html' tag: > <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> > > While you're making changes, switch to the 'struts.apache.org' domain > instead of jakarta for the others. > > You can also use the URI for the Struts Tiles tld, instead of putting it in > WEB-INF: > http://struts.apache.org/tags-tiles --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]