On Fri, 4 Jul 2003, Steve Raeburn wrote:
> Date: Fri, 4 Jul 2003 04:31:50 -0700 > From: Steve Raeburn <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Struts-bean.tld > > The meta-inf directory is within the jar that contains your taglib(s). > > For struts, the standard taglibs are contained within struts.jar (open it > with Winzip or similar to see the internal directory structure) > Note, however, that the directory name is actually META-INF, not meta-inf. For nearly everything that matters in webapps, Java and servlets are case sensitive even on platforms like Windows where the native OS is not. > Steve Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

