Niall Pemberton <niall.pemberton <at> blueyonder.co.uk> writes:

> 
> The validation method signatures in Struts 1.2 changed from ActionErrors to
> ActionMessages, but it looks like you're trying to use a Struts 1.1 format
> method with Struts 1.2.
> 
> Try changing your method signature to use ActionMessages.
> 
> Niall


Niall,
Yes, that was the problem. I replaced ActionErrors with ActionMessages in the 
method signature and it worked fine. I appreciate your help. Thank you.
Siva



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

Reply via email to