<%@ 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" %>

<%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %>

 

I still cannot see the text field in body.

 

This is the content of my web.xml

================================================================

<!-- Struts Tag Library Descriptors -->

<taglib>

<taglib-uri>/tags/struts-bean</taglib-uri>

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

</taglib>

<taglib>

<taglib-uri>/tags/struts-logic</taglib-uri>

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

</taglib>

<taglib>

<taglib-uri>/tags/struts-nested</taglib-uri>

<taglib-location>/WEB-INF/struts-nested.tld</taglib-location>

</taglib>

<!-- Tiles TLD -->

<taglib>

<taglib-uri>/tags/struts-tiles</taglib-uri>

<taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>

</taglib>
===============================================================
 
do not understand where I am wrong :-(
 
bib


Wendy Smoak <[EMAIL PROTECTED]> wrote:
From: "bib_lucene bib" 

> I have put the taglibs on top of template.jsp
> 
> 
> > %>
> > prefix="logic" %>

You're missing the 'html' tag:


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]


                
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Reply via email to