Hello every body,
in my action class I insert an error as follow:
errors.add("registration", new ActionError("error.registration.failed");
saveErrors(request,errors);
in the jsp file :
<html:erros> //to get the errors displayed
how can I get only the error for a given action? or a given key?
I tried <html:errors property=registration > // registration is the key
under which I saved the error
</htnl:errors> but it didn't work
Thanks for any help
Mohammed
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>