h2. Data editing and full-blown CRUD application Now when we know how to view and delete an employee, let us add the missing parts: creation, update and saving of modified employee data. !employee_list_crud.gif! !employee_edit.gif! The [EmployeeAction] class handles "create", "view", "edit", "duplicate", "save", "delete" and "close" events, this is how it is configured: {{{ }}}
  • No labels