On 8/27/2002 at 12:54 PM Hardee, Tony wrote:

>Can you elaborate on what was invalid.  I'm going through a similar
>iteration now.

Sure. My validator.xml didn't have the proper root element since I was
going from Chuck's chapter and not from the dtd itself. I had formset as my
root element instead of form-validation. Once I fixed that and added the
DTD header to validation.xml so I would be warned of future validation
problems, everything is A-OK. Here's the preamble:

<?xml version="1.0"?>

<!DOCTYPE form-validation
  PUBLIC "-//Apache Software Foundation//DTD Struts Validation
Configuration 1.1//EN"
  "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd";>

<form-validation>

<formset>

Moral of the story? Always read the DTD.

- donald


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to