| Author |
Call the spring 3 controller's method from javascript code
|
peeush agarwal
Greenhorn
Joined: Nov 10, 2011
Posts: 2
|
|
Hi all!
Actually I m new to Javascript, AJAX, JQuery . So i just want to know that if I have a jsp page with some students list and they have option(link) for delete or edit.
I want that if user clicks edit, then my javascript code should requests controller method to populate the corresonding student's data and response it to javascript code from where the JS script will open a new window to show the corresponding student's data and ables the user to edit the information and the submit it to be changed.
Please reply to it ASAP.
Thanks in advance!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
|
To open a new window from a link, use the target="_blank" attribute on the link.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Miku Ranjan
Ranch Hand
Joined: Oct 11, 2011
Posts: 98
|
|
Hi,
You can use ajax method to call the spring controller and get your data back in that ajax method itself.
|
 |
 |
|
|
subject: Call the spring 3 controller's method from javascript code
|
|
|