I am working in Spring MVC. These is the scenario..
- I select a value from dropdown box and click a button on jsp .
- An event is triggered using javascript function.
- Based on input,some database queries are executed , records are retrieved and
data is set into JSON Object in controller class. - How can I populate this JSON Object into the same jsp using table .?
- Can I populate the same in a new tab.?
If you suggest a solution , then it would be highly helpful for me and my friends.. Thank you...