You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jordan Thomas <jo...@ipa.fraunhofer.de> on 2002/12/06 13:55:04 UTC

Validator Javascript missing

Hi All,

A few validator problems here. I have set up my validator and it seems to
only be "half" working. My forms are all extening ValidatorForm but I am
receiving no specific javascript. I have included my generated HTML page.
There is no validation being done on the server side either.

When I load up struts the server parses my validation.xml file with no
problems.

In my action class, when I first enter the page the error.empty() returns
true which is correct but then when I submit a form, I receive a 404 error.

I've included the action class just in case that helps.

I suspect that this is something quite basic but I am having real problems
with this.

thanks in advance

Jordan