WW-1353 First pass on wildcard refactoring.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@428424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-08-03 15:29:33 +00:00
parent 127e78c6ef
commit a7308af86b
10 changed files with 117 additions and 55 deletions
@@ -130,6 +130,14 @@ public final class Constants {
*/
public static final String PASSWORD_MISMATCH_FIELD = "password";
/**
* <p/>
* A static message in case message resource is not loaded.
* </p>
*/
public static final String ERROR_INVALID_WORKFLOW =
"ERROR: Action is being executed out of sequence!";
// ---- Log Messages ----
/**