| Author |
Sending multiple values to servlet from jsp using ajax
|
gowtham thurangi
Greenhorn
Joined: Apr 05, 2011
Posts: 13
|
|
Hi All,
In my jsp dynamic textfields are created. and the values of textfields should send to servlet using ajax.
Please any one help.
Thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
Send them as name/value pairs in the POST request body.
Or, use jQuery and the jQuery Forms plugin to easily submit the form through Ajax.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
ramesh poorella
Ranch Hand
Joined: Jul 19, 2011
Posts: 42
|
|
i am also facing same problem...
please provide sample code for this
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
You first! Post your code and we'll give you help with whatever problems you are having. But we won't write the code for you.
|
 |
 |
|
|
subject: Sending multiple values to servlet from jsp using ajax
|
|
|