Hi, I have some weirdness happening with the validator when using the struts 1.1-b2 and updating only the struts.jar file versus installing and running from the latest nightly release. I was having the problem with the date validator coming up with an error even though it wasn't required and the field was empty. I saw the thread on the patch released shortly after b2 so I thought I would install and test with the latest struts.jar from the nightly build first before downloading and installing the complete nightly build. So I did that and all worked fine so I downloaded and installed the complete nightly build. When I started testing with this nightly any field that I have currently defined as non-required in the validation.xml would error on me very similar to the date problem. I am using the basic Validation approach, having my form extend the ValidatorForm and then having my action class calling the validate method. I did not touch my code between the installs so I am stuck as to what my problem could be. Although I can run fine with using the b2 and just the latest struts.jar I was curious if anyone had any ideas? I searched in the archives and bug list and did not come across this situation.
Configuration: Running Orion Application server 1.5.4, jdk 1.4, red hat linux 7.2, xml parser xerces 1.4.4 TIA, Peggy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

