Hi all,

I'm rather green using Struts: to gain some experience,
I've written an application using Actions & Forms, and
it works until there's no validation (i.e. Validate="false"
in struts-config.xml).

Turning validation on, (i.e. validate="true") and
putting a mock validation.xml and validator-rules.xml
in the right place (basically cut&paste from registration.jsp)
raises a
--- begin ---
java.lang.StackOverflowError    int java.lang.Object.hashCode()
java.lang.Object java.util.HashMap.get(java.lang.Object)        java.lang.Object
org.apache.commons.collections.FastHashMap.get(java.lang.Object)

--- end ---
whenever the page is called (that is, NOT a submit error, but
when the jsp is loaded)

That's rather weird, because it means that a never-ending loop
is evocated :-(, and I don't know how I could create such a beast.

Any hint will be appreciated,
thanx for listening,
daniele rizzi ([EMAIL PROTECTED])



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

Reply via email to