Using <s:actionerror /> worked fine so far. But now it appears not to
show my action errors anymore.

For example with:
        @RequiredFieldValidator(
                                        type = ValidatorType.SIMPLE, fieldName 
= "username", key =
"errors.usernamemissing")

Or:
this.addActionError(getText("errors.usernamemissing""));

there is nothing shown.

I have done many modification until i noticed that. Is it probably
related when i switched to the plain theme?

I am using the current 2.3.1-snapshot

Thanks + Cheers!
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to