i have retrieved some data in a jsp page1.i've given link of page2 in page1.i want that when i click the link the data is displayed on page2.how to do that???
+1
A:
Options:
- Use session
- Use URL params
- Use POST form
- Use a cookie
See http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Session-Tracking.html for a tutorial on sessions.
Ondra Žižka
2010-06-19 04:28:31
+1 that just about covers it.
Romain Hippeau
2010-06-19 04:43:59