RE: Struts DTD - basic question

2005-12-17 Thread Rivka Shisman
Thank you Wendy :-) -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 4:36 PM To: Struts Users Mailing List Subject: Re: Struts DTD - basic question On 12/15/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > When I use in my struts-c

Re: Struts DTD - basic question

2005-12-15 Thread Wendy Smoak
On 12/15/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > When I use in my struts-config.xml the line: PUBLIC "-//Apache Software Foundation//DTD Struts Configuration1.2//EN" > "http://struts.apache.org/dtds/struts-config_1_2.dtd";> - it works while > running the application but not in my IDE when

Re: Struts DTD - basic question

2005-12-14 Thread Michael Jouravlev
Google for: XML DTD "public identifier" "system identifier" On 12/14/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > Joe wrote: > > > > >>Struts, Tiles, and Validator all are distributed with the correct DTDs > (as well as several historic versions) packaged in the JAR. If you > >>have the correct

Re: Struts DTD - basic question

2005-12-14 Thread Rivka Shisman
Joe wrote: >>Struts, Tiles, and Validator all are distributed with the correct DTDs (as well as several historic versions) packaged in the JAR. If you >>have the correct DOCTYPE declaration in your XML file, the DTD will be read as a classpath resource rather than over the internet. >>I thi

Re: Struts DTD - basic question

2005-12-13 Thread Danny Lee
Well, I use MyEclipse IDE and "XML catalog" is in specific settings for MyEclipse. So you have to serach for "XML catalog" in your libary and then add the key-String and local DTD-location there. Then your IDE will first check for local copy of DTD and only if it's not OK go to web. Lehitrao

RE: Re: Struts DTD - basic question

2005-12-13 Thread Rivka Shisman
On Behalf Of Danny Lee Sent: Tuesday, December 13, 2005 5:18 PM To: user@struts.apache.org Subject: Re: Struts DTD - basic question Thanks again Joe, now I've configurated the stuff for Eclipse, and it works. Cheers, Danny -

Re: Struts DTD - basic question

2005-12-13 Thread Danny Lee
Thanks again Joe, now I've configurated the stuff for Eclipse, and it works. Cheers, Danny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
At 3:41 PM +0100 12/13/05, Danny Lee wrote: Hi Joe, thanks for your answer, now I realy understand how this stuff works :) But it still don't works with validator. JAR is right and in scope, DTD is there in jar, DOCTYPE is right too but Eclipse allways tries to search for it online... I think

Re: Struts DTD - basic question

2005-12-13 Thread Danny Lee
Hi Joe, thanks for your answer, now I realy understand how this stuff works :) But it still don't works with validator. JAR is right and in scope, DTD is there in jar, DOCTYPE is right too but Eclipse allways tries to search for it online... Cheers, Danny

Re: Struts DTD - basic question

2005-12-13 Thread Wendy Smoak
On 12/13/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > My struts-config.xml looks for the dtd in the Jakarta website: > http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd > > My validator.xml looks for the dtd in the Jakarta website: > http://jakarta.apache.org/commons/dtds/validator_1_1

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
At 1:23 PM +0100 12/13/05, Danny Lee wrote: Shalom there, http://jakarta.apache.org is dead :(, have the same problem. yes you can hold the stuff localy. Just put it in your /lib/ folder... when jackarta's up, I'll do it too. Struts, Tiles, and Validator all are distributed with the correct

Re: Struts DTD - basic question

2005-12-13 Thread Danny Lee
Shalom there, http://jakarta.apache.org is dead :(, have the same problem. yes you can hold the stuff localy. Just put it in your /lib/ folder... when jackarta's up, I'll do it too. Cheers Danny Rivka Shisman schrieb: Hello all, My struts-config.xml looks for the dtd in the Jakarta web

Re: Struts DTD - basic question

2005-12-13 Thread Torgeir Veimo
On Tue, 2005-12-13 at 12:14 +0200, Rivka Shisman wrote: > Hello all, > My struts-config.xml looks for the dtd in the Jakarta website: > http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd > > My validator.xml looks for the dtd in the Jakarta website: > http://jakarta.apache.org/commons/dt