passing valus to one jsp page to another jsp page
Posted
by devuser
on Stack Overflow
See other posts from Stack Overflow
or by devuser
Published on 2010-03-05T08:46:27Z
Indexed on
2010/05/04
20:28 UTC
Read the original article
Hit count: 1146
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 page.but i couldnt get that values using request.getParameter()
.
How can i solve this
© Stack Overflow or respective owner