aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Call the spring 3 controller's method from javascript code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Call the spring 3 controller Watch "Call the spring 3 controller New topic
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
    
  13

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Call the spring 3 controller's method from javascript code
 
Similar Threads
how to store value from servlet to java script variable
Help with an array situation
html:select
how to edit <h:SelectOneMenu>
Using Swing to Create Data Entry Forms