In ExecuteReportAction.java, there are many lines like:
addActionError(LocalStrings.ERROR_LOGIN_INVALID);
when they should be:
addActionError(getText(LocalStrings.ERROR_LOGIN_INVALID));
Log in to post a comment.