and at the top of your JSP page you have the declaration:

<%@ taglib uri="http://jakarta.apache.org/taglibs/input-0.90"; prefix="jtl" %>

and reference your tags like:

<jtl:myTag attribute1="test"/>

What error are you getting exactly?

Do you have the web.xml setup in the correct order?

    <!ELEMENT web-app (icon?, display-name?, description?, distributable?,
    context-param*, servlet*, servlet-mapping*, session-config?,
    mime-mapping*, welcome-file-list?, error-page*, taglib*,
    resource-ref*, security-constraint*, login-config?, security-role*,
    env-entry*, ejb-ref*)>

Pete


Barbara Johnson wrote:

>  Thanks for your help.This is the taglib part of my .xml file.
> BArb
>
>  <taglib>
>     <taglib-uri>http://jakarta.apache.org/taglibs/input-0.90</taglib-uri>
>     <taglib-location>/WEB-INF/input.tld</taglib-location>
>   </taglib>
>
> -----Original Message-----
> From: Peter Alfors [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 3:35 PM
> To: [EMAIL PROTECTED]
> Subject: Re: tags help
>
> This sounds like a good application for the struts framework.
> It is easy to install, and there are over 1000 helpful people currently on
> the
> user-list.
> Download the example and take a look.
>
> The Ant software is used for building/compiling jars/wars, etc.  You
> shouldn't
> need it to run your app.
>
> What does your web.xml file look like (the taglib portion). ?
>
> Pete
>
> Barbara Johnson wrote:
>
> > Hi from a new jsp web app maker,
> > I downloaded the jakarta tags so I could build a web form and INSERT INTO
> > and QUERY a database.
> > {The JRun tags only work with textfields and I needed something that would
> > work with textareas.)with
> > I am making a program that will be used in an educational setting with a
> > series of forms (63 to be exact)
> > that will load information into a database. It will then repopulate forms
> if
> > the user wants to change the information.
> > Or it will query forms for writing out a report. This will all be secured
> > with user/ password access and need to have session management.
> > Would anyone recommend using the struts framework? I have never used it
> and
> > wonder how easy it is to install and use.
> > I am having trouble right now getting the jakarta tags to work. It can't
> > read the descriptor file. Do I need to install the ant software if I am
> > using JRun? I thought I would only have to copy the .jar file to the
> > WEB-INF/lib, the .tld file on the same level with WEB-INF and add the
> taglib
> > information to the web.xml file. I don't know whether it is more
> complicated
> > than that. What am I missing. The error message is the it can't find the
> > descriptor file.
> > Thanks for any response you may give,
> > Barb J.taglibs-user
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