Re: Validation in Nightly Build 20021105

2002-11-14 Thread Mike Wilcox
Mike Wilcox wrote: I'll raise it on the commons-validator, as it appears to be the ValidatorResources object thats at fault here. Too quick on the send button there. The bug was actually #14384 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14384 Mike -- To unsubscribe, e-mail:

Re: Validation in Nightly Build 20021105

2002-11-14 Thread Mike Wilcox
Mike Wilcox wrote: It was tomcat 4.0.4 in both cases. I'll add it to the bug report I'm about to write. I'll raise it on the commons-validator, as it appears to be the ValidatorResources object thats at fault here. There is already a bug reported, still state NEW, #14398 that covers this is

Re: Validation in Nightly Build 20021105

2002-11-14 Thread Mike Wilcox
Robert, Robert Leland wrote: Ok, it looks like it isn't the same bug, though the error is occuring in the iterator of the FastHashMap. I remember being hit by this a couple of weeks ago, while looking at a different problem. I don't think its the same problem I believe you said it was also h

Re: Validation in Nightly Build 20021105

2002-11-13 Thread Robert Leland
This looks similar, but different, to a bug I tracked down because of a change in the FastHashMap implementation. The fix was in ValidatorResources: public void process() { hFormSets.setFast(true); hConstants.setFast(true); hActions.setFast(true); processForms(); } s

Re: Validation in Nightly Build 20021105

2002-11-13 Thread Robert Leland
Ok, it looks like it isn't the same bug, though the error is occuring in the iterator of the FastHashMap. I believe you said it was also happening in the Struts example/struts-validator program. Be sure to mention the application server you're using. I haven't had to worry about the locale being

Re: Validation in Nightly Build 20021105

2002-11-13 Thread James Holmes
I would suggest entering a bug for this in Bugzilla: http://nagoya.apache.org/bugzilla This way it can be tracked and resolved. Thanks, -james http://www.jamesholmes.com/struts/ --- Mike Wilcox <[EMAIL PROTECTED]> wrote: > Hi, > > We recently upgraded from Struts 1.1b1 to the > nightly build

Validation in Nightly Build 20021105

2002-11-13 Thread Mike Wilcox
Hi, We recently upgraded from Struts 1.1b1 to the nightly build from 20021105. After a couple of days, we realised that validation wasn't working because of a format change to setting the properties in struts-config.xml for the filenames. Once we fixed this, validation *sometimes* didn't work.