Retrieved data display on another jsp page in java
how to display retrieved data on another jsp page in java?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 11, 2014, 3:55 PM
In your first.jsp file, try using $.post instead (more appropriate).
In your second.jsp file, you can now get "name" variable like this
Then, do your query and return the result