filling a form with parameter already selected using ajax
Posted
by kawtousse
on Stack Overflow
See other posts from Stack Overflow
or by kawtousse
Published on 2010-05-24T13:25:42Z
Indexed on
2010/05/24
13:31 UTC
Read the original article
Hit count: 132
hi every one, My goal untill now is to fill a form with values from a table (html table). it is a kind of refreshing the form. so the user who wants to modify the html table through the form must prefill the form with values wich he already selected. I used the DOM to acces to each row and cell in the table and i used ajax to pass parameter to other jsp. but Iam confused what shall be the next step to fill the form.
© Stack Overflow or respective owner