HOw can i set a hidden input field value(in jsp) from spring Controller?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can take some value (id) from database (with findAllIdForUsers() method) and forward to your JSP with model:
On JSP you can set this id’s on some button:
And then on button click you can sent id to another controller and work or delete this user: