mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Minor spelling
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@658958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -271,7 +271,7 @@ public class Bind extends AbstractValidateBean {
|
||||
this.highlightDuration = highlightDuration;
|
||||
}
|
||||
|
||||
@StrutsTagAttribute(description = "Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
|
||||
@StrutsTagAttribute(description = "Perform Ajax validation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
|
||||
defaultValue = "false")
|
||||
public void setValidate(String validate) {
|
||||
this.validate = validate;
|
||||
|
||||
@@ -425,7 +425,7 @@ public class Submit extends FormButton implements RemoteBean {
|
||||
this.highlightDuration = highlightDuration;
|
||||
}
|
||||
|
||||
@StrutsTagAttribute(description = "Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
|
||||
@StrutsTagAttribute(description = "Perform Ajax validation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
|
||||
defaultValue = "false")
|
||||
public void setValidate(String validate) {
|
||||
this.validate = validate;
|
||||
|
||||
Reference in New Issue
Block a user