passing valus to one jsp page to another jsp page
- by devuser
I'm retrieving values from database to table in jsp.(to a column)
I want to insert that value into another table in database. To do that i'm using another jsp table to insert that value in db and i call that jsp page in my previous jsp's page form action tab.
I use request.getParameter() method to get the values in my first jsp page to new jsp…