Hi , I have a table of 5 to 6 rows. Among those rows, all the last columns are having a drop down box.
The user can select any of the drop down boxes (may be multiple drop down boxes also) , and once he selects them (the selection would be approving the payment , or denying the payments) and clicks "update button. Then the data has to go to Controller (all the row values like 'First name' , 'Last name' , 'amount' , and the drop down box value may be , 'approved' , 'denied' etc.)
How to do this in a Spring JSP.


Reply With Quote