I have created a JSP which has some text and check box fields.And there is a button named as update. On click of update button I have to update data based on entered values.But the problem is on click of update button I have to redirect to this same page. When I am doing that values that are entered bby the user are not getting reflected instead page is opening with empty values.
Please provide some solution to this problem.
