Ok, I looked at the 1.2.7 source, and indeed, it doesn't generate an
"id" or"name" if xhtml mode is on.  You are correct, the styleId is a
good workaround, especially if you use the commons-validator checked
out from trunk.

Don

On 8/20/05, Morris Jones <[EMAIL PROTECTED]> wrote:
> Don Brown wrote:
>  > You probably enabled xhtml output rendering, which renders an "id"
>  > attribute instead.  Unfortunately, client-side validation in xhtml is
>  > currently broken in Struts 1.2.7, so you can either checkout and build
>  > commons-validator or wait until the next release.
> 
> Thanks Don, yes I enabled xhtml.  Interestingly, it's not generating an
> id attribute either, so there must be another trigger, like having an
> entry for the from in the validation.xml file (which I don't have).
> Perhaps I can use the styleId attribute on <html:form> to get a handle
> on a form.
> 
> Today my app is failing at startup when the Validation plug-in reads its
> config xml files, "unexpected end of file."  Yet the XML files have
> nothing in them at this point -- they're just copied from struts-blank.
>   So something odd is going on.
> 
> Just another odd puzzle ...
> 
> I probably will checkout and build commons-validator.
> 
> Cheers,
> Mojo
> --
> Morris Jones
> Monrovia, CA
> http://www.whiteoaks.com
> Old Town Astronomers: http://www.otastro.org
>

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

Reply via email to