mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user