| demo.tasklist.action.AddToListAction
AddToListAction | public class AddToListAction extends Action (Code) | | AddToListAction processes the request to add an item to the task list.
Task list is fetched from the HttpSession object, the item indicated in
the AddToListForm is added to the list, and the modified list is loaded back
into the HttpSession object.
|
|
|