Are you able to get to pages in your app without taglibs?

If so,

Did you set up the tag libraries in the web.xml file?

    <!-- Struts Tag Library Descriptor -->
    <taglib>
      <taglib-uri>myTags</taglib-uri>
      <taglib-location>/WEB-INF/tlds/myTags.tld</taglib-location>
    </taglib>

Do you reference the taglib at the top of the page?

            <%@ taglib uri="myTags" prefix="mytags" %>


Pete


Vikramjit Singh wrote:

> hi everybody,
> i am new to taglibraries. i tried running a program of taglibrary in tomcat
> but it gives an error saying that file not found.
> so if anyone could please help to make my first program run.
> thanking in advance
begin:vcard 
n:;
x-mozilla-html:FALSE
org:<BR><IMG SRC="http://www.irista.com/logo/irista.gif";><BR><BR><FONT Color=#000080><FONT SIZE=2><B>Bringing Vision to Your Supply Chain
adr:;;;;;;
version:2.1
end:vcard

Reply via email to