Hi. I am building a simple web application using struts. I have two tables in my oracle database by the names user_details having usernames and passwords and the to_do_list having serial no., task, due date and status of the number of task to be done. I need to create a new task in database, edit the existing tasks and delete the desired tasks from my dynamic web project. I am facing problems in passing the details of selected tasks from a jsp to the corresponding servlets for creating, editing or deleting the records
View All Comments
| View Tutorial