Click here to Skip to main content
15,881,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I have a spring mvc application,there are two steps that I want to do.
First to read date from database and show it in a table in jsp file,for each row in the table,there is a drop down list in the jsp file.
Next step is to submit the data in the table,but the problem is that instead of getting the data from the selected dropdown list,it includes all other dropdown data in the controller side.here is the code:

@RequestMapping(method = RequestMethod.POST, value="/do", params="start")
public String startScheduler(@ModelAttribute("command") String command) {
return "eenSimulator";
}

What I have tried:

i have tried to use model attribute annotation and select tag in spring but it sends all the data not just the selected dropdown
Posted
Updated 7-Mar-16 22:59pm

1 solution

Hope this link will give your all answer.

W2Ui Grid

I have used it in many application. It is really a cool api.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900