add initialize()
This commit is contained in:
parent
ffa1615822
commit
a2ad9f421d
2 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ public class AdminRequestheaderAction extends FessAdminAction {
|
|||
@Token(save = true, validate = false)
|
||||
@Execute
|
||||
public HtmlResponse createpage(RequestHeaderEditForm form) {
|
||||
form.initialize();
|
||||
form.crudMode = CommonConstants.CREATE_MODE;
|
||||
return asHtml(path_AdminRequestheader_EditJsp);
|
||||
}
|
||||
|
|
|
@ -115,6 +115,7 @@ public class AdminWebconfigAction extends FessAdminAction {
|
|||
@Token(save = true, validate = false)
|
||||
@Execute
|
||||
public HtmlResponse createpage(WebConfigEditForm form) {
|
||||
form.initialize();
|
||||
form.crudMode = CommonConstants.CREATE_MODE;
|
||||
return asHtml(path_AdminWebconfig_EditJsp);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue