[ des ] page that DISPLAYS a form with an existing 'task' record and provides the option to update/edit any of the existing task record feilds.
[ args ] takes the id # of the 'task' record to be updated
[WHY]
] enables users to edit an existing 'task' record
[WHERE called from]
] PG view/tasks - LINK "edit/task" ( for each task record listed )
] PG view/task - TB.Button "edit" - changes the current record to edit mode
[WHEN]
] user wants to edit or update any of the existing values of an existing 'task' record
[EXAMPLE]
] http://sospep.com/edit/task?id=1842 - Example of the Edit Task Page that enables user to edit any of the task record fields like name, description, ...
*] NOTE that any changes to this 'example record' will not be saved unless the user is logged in