Menu

#97 No getText(...) around error messages in ExecuteReportAction

open
nobody
None
5
2008-07-31
2008-07-31
No

In ExecuteReportAction.java, there are many lines like:

addActionError(LocalStrings.ERROR_LOGIN_INVALID);

when they should be:

addActionError(getText(LocalStrings.ERROR_LOGIN_INVALID));

Discussion


Log in to post a comment.

MongoDB Logo MongoDB