Hi all..........
I have written a program to search and get the details of the employees and display the details.
In the displayed screen i have given two option ,like to Delete or Update.
So to execute the delete or update i have written a deleteServlet and UpdateServlet.
Now my problem is how do i call the deleteServlet or UpdateServlet from my SerachServlet.
I am attaching my code also ...
I also need to know is there any better way to do this application.
I know only a little of
jsp.
Instead of using out.println to output the html i know i can use jsp but dont know how to do it.
It will be great if somebody gives me suggestion how to call my deleteServlet and how should i use jsp to make my code appear simple.
Thanks a lot
Ramya.A
[ May 19, 2005: Message edited by: ramya jp ]