/**
* Double check the property 'Property' inside the Errors tag, it could
be name, I just don't *have my code infront of me to double check.
*/
<html:errors property="login" />
errors.add("login", new ActionMessage("logon.form.password.invalid"));
I've never been able to return an error using
ActionErrors.GLOBAL_MESSAGE before. No idea why, I just found a work
around that ended up working better for me in the end, because now I
could put errors where ever I wanted.
Hope that helps,
Andrew T
> <html:errors/>
> errors.add(ActionErrors.GLOBAL_MESSAGE,new
> ActionMessage("logon.form.password.invalid"));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]