| demo.tasklist.action.DeleteFromListAction
DeleteFromListAction | public class DeleteFromListAction extends Action (Code) | | DeleteFromListAction processes the request to delete one or more items from
the task list. Task list is fetched from the HttpSession object,
items indicated in the DeleteFromListForm are deleted from the list, and
the modified list is loaded back into the HttpSession object.
|
|
|