Re: Re: error on struts 1.1

2007-05-07 Thread Paul Benedict
). > -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

RE: Re: error on struts 1.1

2007-05-07 Thread Karr, David
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 >

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- maya <[EMAIL PROTECTED]> wrote: > (I just downloaded struts-1.3.8-lib.zip, doesn't > even come with tld's.. how is this possible? TLDs can be in JARs. > same thing w/dtd's -- are they needed? In general, no. > hen search for dtd's in src download find a million > of them, in different fold

Re: error on struts 1.1

2007-05-07 Thread maya
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 s

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
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 >

Re: error on struts 1.1

2007-05-07 Thread maya
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. __

Re: error on struts 1.1

2007-05-07 Thread maya
Antonio Petrelli wrote: 2007/5/7, maya <[EMAIL PROTECTED]>: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya <[EMAIL PROTECTED]>: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed "dtd", this

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- 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

Re: error on struts 1.1

2007-05-07 Thread maya
Antonio Petrelli wrote: 2007/5/7, maya <[EMAIL PROTECTED]>: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya <[EMAIL PROTECTED]>: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed "dtd", this

Re: error on struts 1.1

2007-05-07 Thread Dave Newton
--- maya <[EMAIL PROTECTED]> wrote: > what are dtd's and where do they go? They're XML document type definitions. They shouldn't need to go anywhere, although it's been a *long* time since I've thought about S1.1. > org.apache.struts.tiles.taglib.InsertTag > this error tells me absolutely nothing

Re: error on struts 1.1

2007-05-07 Thread Antonio Petrelli
2007/5/7, maya <[EMAIL PROTECTED]>: hi, on this pg of struts 1.1 documentation, Time to upgrade I suppose :-) 2007/5/7, maya <[EMAIL PROTECTED]>: it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's I went to Google and typed "dtd", this is the first result: htt

error on struts 1.1

2007-05-07 Thread maya
hi, on this pg of struts 1.1 documentation, http://localhost/struts-documentation/userGuide/installation.html (don't know on-line equiv. of this page, as link to 1.1 on this page http://struts.apache.org/downloads.html#PriorReleases gets you a 404..) it says where to put jar's, tld's, etc.. bu