reload a form with the same parameter of the previous
- by kawtousse
Hi every one,
I have really a problem that I don't know how to deal with it.
I am using JSP and Servlet with the Eclipse IDE.
First of all, the user fill an html table with the values that he has selected and written in the form.
after that he will find his parameters displayed in the html table.
the problem now is :
the table contains in each row an edit button when clicking on it; the user should have the form automatically filled with values"previously selected" of the row.
so it's how to reload the form with variables from html table.
Note : I construct the table with a servlet.
Please help.