AW: AW: AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
resource bundle. -Ursprüngliche Nachricht- Von: Adam Hardy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 11:03 An: Struts Users Mailing List Betreff: Re: AW: AW: AW: AW: SV: validation with struts 1.2 I was actually asking about the DTD doctype reference - did you get it from an exam

Re: AW: AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Adam Hardy
April 2004 10:41 An: Struts Users Mailing List Betreff: Re: AW: AW: AW: SV: validation with struts 1.2 OK, Frank, I've got the following below and it's not even attempting to validate. I haven't ruled out silly mistakes yet though. Where did you get the validation.xml from? I'm i

AW: AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
-Ursprüngliche Nachricht- Von: Adam Hardy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 10:41 An: Struts Users Mailing List Betreff: Re: AW: AW: AW: SV: validation with struts 1.2 OK, Frank, I've got the following below and it's not even attempting to validate. I

SV: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread hermod . opstvedt
Hi You are right- In that dtd there is a reference to bundle. I'll have a look at it. Hermod -Opprinnelig melding- Fra: Otto, Frank [mailto:[EMAIL PROTECTED] Sendt: 7. april 2004 10:35 Til: 'Struts Users Mailing List' Emne: AW: AW: AW: SV: validation with struts 1.2 P

Re: AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Adam Hardy
se the commons-validation-1.1.2.jar (http://www.apache.org/~martinc/validator/v1.1.2/) And I take a look at the dtd. arg0 is deprecated. Use instead. -Ursprüngliche Nachricht- Von: Adam Hardy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 09:46 An: Struts Users Mailing List Betr

AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
struts 1.2 Hi NO, they don't ! Are you sure you are looking at validation_1.1.dtd ? Mine is from last nights build Hermod -Opprinnelig melding- Fra: Otto, Frank [mailto:[EMAIL PROTECTED] Sendt: 7. april 2004 10:18 Til: 'Struts Users Mailing List' Emne: AW: AW: AW: SV: validat

SV: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread hermod . opstvedt
Hi NO, they don't ! Are you sure you are looking at validation_1.1.dtd ? Mine is from last nights build Hermod -Opprinnelig melding- Fra: Otto, Frank [mailto:[EMAIL PROTECTED] Sendt: 7. april 2004 10:18 Til: 'Struts Users Mailing List' Emne: AW: AW: AW: SV: validation

AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
The field has no bundle attribute, but the msg and arg node. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 10:15 An: [EMAIL PROTECTED] Betreff: SV: AW: AW: SV: validation with struts 1.2 Hi Sorry typo ! In the

SV: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread hermod . opstvedt
value rather than a bundle key. [true] Regards, Frank -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 09:53 An: [EMAIL PROTECTED] Betreff: SV: AW: AW: SV: validation with struts 1.2 Hi the bundle attribute sh

AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
bundle key. [true] Regards, Frank -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 09:53 An: [EMAIL PROTECTED] Betreff: SV: AW: AW: SV: validation with struts 1.2 Hi the bundle attribute should be either "

AW: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Otto, Frank
Hardy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. April 2004 09:46 An: Struts Users Mailing List Betreff: Re: AW: AW: SV: validation with struts 1.2 I just updated my DTD declaration to validator-1.1 and now it is giving me some SAXParseException Attribute "bundle" must be decla

SV: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread hermod . opstvedt
value rather than a bundle key. Hermod -Opprinnelig melding- Fra: Adam Hardy [mailto:[EMAIL PROTECTED] Sendt: 7. april 2004 09:46 Til: Struts Users Mailing List Emne: Re: AW: AW: SV: validation with struts 1.2 I just updated my DTD declaration to validator-1.1 and now it is giving me s

Re: AW: AW: SV: validation with struts 1.2

2004-04-07 Thread Adam Hardy
I just updated my DTD declaration to validator-1.1 and now it is giving me some SAXParseException Attribute "bundle" must be declared for element type "arg0" This is new to me and I'll have to check it out. I now have a test validate.xml with only one form, one field and one arg, and that has t

AW: AW: SV: validation with struts 1.2

2004-04-06 Thread Otto, Frank
Hi Adam, I use the validation.xml in this way: http://jakarta.apache.org/commons/dtds/validator_1_1.dtd";> Regards, Frank

Re: AW: SV: validation with struts 1.2

2004-04-06 Thread Adam Hardy
Frank, which xml nodes are you talking about? The msg and arg nodes in the validation.xml fields? I am getting SAXParseExceptions saying that bundle is not accepted here. Adam On 04/06/2004 01:59 PM Otto, Frank wrote: Hi, The bundle attribute of msg and arg tag works fine in your application?

AW: SV: validation with struts 1.2

2004-04-06 Thread Otto, Frank
Hi, The bundle attribute of msg and arg tag works fine in your application? Regards, Frank -Ursprüngliche Nachricht- Von: Adam Hardy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. April 2004 10:42 An: Struts Users Mailing List Betreff: Re: SV: validation with struts 1.2 If these th