标签: isis
On Action创建如下
@Action public EmployeeVM newEmployee(final String name) { employeeRepository.create(name); return this; }
显示弹出窗口 是否可以使用back button和save button重定向到新页面,而不是弹出窗口。
back button
save button