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

--
Wendy Smoak

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

Reply via email to