We advertise this attribute being available, but we really didn't have it

WW-3031

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@752123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wesley Wannemacher
2009-03-10 14:46:22 +00:00
parent cb9b2e56ae
commit 7a00f156ca
@@ -44,6 +44,7 @@ public class FormTag extends AbstractClosingTag {
protected String namespace;
protected String validate;
protected String onsubmit;
protected String onreset;
protected String portletMode;
protected String windowState;
protected String acceptcharset;
@@ -98,6 +99,10 @@ public class FormTag extends AbstractClosingTag {
this.onsubmit = onsubmit;
}
public void setOnreset(String onreset) {
this.onreset = onreset;
}
public void setPortletMode(String portletMode) {
this.portletMode = portletMode;
}