Have a look at servlet specification.

 --- Neil Zanella <[EMAIL PROTECTED]> 的正文:> 
> On Sun, 29 Jun 2003, [gb2312] guo yingshou wrote:
> 
> > Have you configured the taglib in your web.xml
> using
> > <taglib> element ?
> 
> No I have not because:
> 
> 1. I have not seen anything about this in the
> documentation.
> 
> 2. I have read that Tomcat 4.1.24 has an
> "autodetection feature"
>    which makes this unnecessary.
> 
> In case 2 is not true, then where can I find
> documentation on the
> syntax of this <taglib> XML element and what
> attributes/contents
> should I set for this element?
> 
> Thanks,
> 
> Neil
> 
> >  --- Neil Zanella <[EMAIL PROTECTED]> 的正文:> 
> > > Hello,
> > > 
> > > I have installed Jakarta Tomcat 4.1.24 and
> Jakarta
> > > Taglibs 1.0.3,
> > > both of which support the JSP specification. I
> found
> > > the README
> > > file
> > > /usr/local/jakarta-taglibs/standard-1.0.3/README
> to
> > > be
> > > close to useless: it seems to me that copying
> the
> > > files
> > > standard-doc.war and standard-examples.war to
> the
> > > WEB-INF/classes is almost irrelevant: what do I
> > > do once I copy them? How do I test them?
> > > 
> > > With a JavaServer page with the following
> directive:
> > > 
> > > <%@ taglib prefix="c"
> > > uri="http://java.sun.com/jstl/core"; %>
> > > 
> > > I was getting the following error:
> > > 
> > > uri (http://java.sun.com/jstl/core) cannot be
> > > resolved
> > > 
> > > and then also the error:
> > > 
> > > org.apache.jasper.JasperException: File
> > > "/WEB-INF/c.tld" not found
> > > 
> > > Hence I fixed it with:
> > > 
> > > $ cp
> > >
> /usr/local/jakarta-taglibs/standard-1.0.3/tld/c.tld
> > > \
> > >      ~/public_html/WEB-INF
> > > 
> > > This is undocumented though. Is it what I'm
> supposed
> > > to do?
> > > Seems strange to me that I would have to copy
> the
> > > file to
> > > my web applications' WEB-INF directory: if it's
> the
> > > same
> > > for everyone why can't it be used as a system
> file,
> > > without the need to copy it?
> > > 
> > > Thanks,
> > > 
> > > Neil
> > > 
> > > 
> > >
> >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >  
> > 
> >
>
_________________________________________________________
> > Do You Yahoo!? 
> > 网恋的诠释:真情还是放纵?
> >
>
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.surveys.yahoo.com/netlove
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>  

_________________________________________________________
Do You Yahoo!? 
网恋的诠释:真情还是放纵?
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.surveys.yahoo.com/netlove

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

Reply via email to