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:

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 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 is

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 is

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 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 You're

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

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 folders...

RE: Re: error on struts 1.1

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

Re: Re: error on struts 1.1

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