first commit
This commit is contained in:
12
hrmsEjb/org/apache/struts/action/ActionFormBean.java
Normal file
12
hrmsEjb/org/apache/struts/action/ActionFormBean.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package org.apache.struts.action;
|
||||
|
||||
import org.apache.struts.config.FormBeanConfig;
|
||||
|
||||
public class ActionFormBean extends FormBeanConfig {
|
||||
public ActionFormBean() {}
|
||||
|
||||
public ActionFormBean(String name, String type) {
|
||||
setName(name);
|
||||
setType(type);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user