What an email chain!! So much speak, so little investigation....

There is an "all" jar which contains everything (libraries, source,
documentation, etc.) and also a "doc" jar which contains only the
documentation. Also Struts 1.3 does not need the TLD files as separate
entities; they are included inside the struts jars so you don't have to mess
with them.

Paul

On 5/7/07, Karr, David <[EMAIL PROTECTED]> wrote:

You don't need to store tld files anywhere.  They are already stored
inside the taglib jar file (like "struts.jar").  You also don't need the
"taglib" elements in your web.xml.  The "uri" element in the taglib
directive in your JSP should reference the standard URI associated with
each taglib (which you can see if you open up the taglib jar file and
read the TLD file, finding the "uri" element).

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya
> Sent: Monday, May 07, 2007 10:10 AM
> To: user@struts.apache.org
> Subject: Re: error on struts 1.1
>
>
>
> my gosh, you are right.... hmm.. interesting..
>
> ok, so I need to know certain basic things..  I assume
> general rule, regardless of version, is jars always go in
> WEB-INF/lib, tld's, go in WEB-INF/.. but couldn't find tld's,
> so searched for them.. found them in different directories,
> some in src/taglib/src/main/resources/META-INF/tld, some in
> src/el/src/main/resources/META-INF/tld..  this is a bit
> confusing.. why don't they just put all tld's together?  it
> doesn't say anyting in this pg,
> http://struts.apache.org/1.3.8/userGuide/installation.html as
> far where to put tld's.. I assume tld's always go in
> WEB-INF/..  is this correct?
>
> (I just downloaded struts-1.3.8-lib.zip, doesn't even come
> with tld's..
> how is this possible?  tld's are always needed, aren't they?
> simplest would be a folder called 'tld' w/all tld's in
> there.. gosh, this is a bit messy, not sure what tld's will
> need.. from all the different tld's I found in diff folders
> in src version...
>
> same thing w/dtd's -- are they needed? if so where do they
> go? and which ones do I need? when search for dtd's in src
> download find a million of them, in different folders...
>
> oh brother...
>
> thank you...
>
>
>
> Dave Newton wrote:
> > Weird; I just downloaded 1.3.8-all and all the docs are in
> the "docs"
> > directory for me.
> >
> > --- maya <[EMAIL PROTECTED]> wrote:
> >
> >> Dave Newton wrote:
> >>> --- maya <[EMAIL PROTECTED]> wrote:
> >>>> why can't all downloads come with documentation built
> already? it's
> >>>> just a bunch of html
> >> files....
> >>> You're right, and they're in the
> >> struts-documentation
> >>> WAR file supplied w/ the binary download.
> >>>
> >>> d.
> >>>
> >>>
> >>> __________________________________________________
> >>> Do You Yahoo!?
> >>> Tired of spam?  Yahoo! Mail has the best spam
> >> protection around
> >>> http://mail.yahoo.com
> >> nope, not with 1.3.8..   with this version you have
> >> to build it yourself...
> >>
> >> http://struts.apache.org/1.3.8/learning.html
> >>
> >> I seem to remember 1.3.5 comes with documentation built
> already, but
> >> can't find link to download 1.3.5....
> >>
> >> thank you for yr response....
> >>
> >>
> >>
> >>
> >
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> >> [EMAIL PROTECTED]
> >> For additional commands, e-mail:
> >> [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
>
>
>
> ---------------------------------------------------------------------
> 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]


Reply via email to