mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4703 Increases container field visibility
This commit is contained in:
@@ -37,7 +37,8 @@ public class ActionSupport implements Action, Validateable, ValidationAware, Tex
|
||||
private final ValidationAwareSupport validationAware = new ValidationAwareSupport();
|
||||
|
||||
private transient TextProvider textProvider;
|
||||
private Container container;
|
||||
|
||||
protected Container container;
|
||||
|
||||
public void setActionErrors(Collection<String> errorMessages) {
|
||||
validationAware.setActionErrors(errorMessages);
|
||||
|
||||
Reference in New Issue
Block a user