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();
   }
setting the setFast() to setFast(false),


Here is a link to the original bug report.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13472

So file the bug report with commons-validator

-Rob




--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to