Niall,

This sounds like an enhancement request. If the validator methods do not match, perhaps that advice should be in the error message that Struts generates? Maybe a message like "method(x,y,z) requested but signature is method(x,y,z,a): correct validator-rules.xml" ?

Niall Pemberton wrote:
Paul meant replace the "validator-rules.xml" thats shipped with
Struts. Sounds like you have an old version. The signatures hes
referring to are the "methodParams" element in the validator
definitions. You get this error when whats specified there doesn't
match up with the actual method signature in the java class
(FieldChecks for standard struts validators)

Paul

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

Reply via email to