0

在操作上创建如下

@Action
public EmployeeVM newEmployee(final String name) {
    employeeRepository.create(name);
    return this;
}

它显示弹出窗口 是否可以使用and而不是弹出窗口在此处输入图像描述 重定向到新页面。back buttonsave button

4

0 回答 0