You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ol...@axa-alert.com on 2001/01/23 14:46:51 UTC

Where are the *.tlds ?

Hi, 

where do I find the 'new' *.tld-files. 
I have downloaded the latest nightly build and try to migrate the example,
but I can't find the *.tlds mentioned for example  in the logon.jsp: 

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Please help !
Oliver 



Re: Where are the *.tlds ?

Posted by Rob Leland <Ro...@freetocreate.org>.
Once I unpacked the struts-example.war into tomcat
I found them in tomcat/webapps/example/WEB-INF

Oliver.Lauer@axa-alert.com wrote:

> Hi,
>
> where do I find the 'new' *.tld-files.
> I have downloaded the latest nightly build and try to migrate the example,
> but I can't find the *.tlds mentioned for example  in the logon.jsp:
>
> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
>
> Please help !
> Oliver