开发者

how to pass information from one jsp page to other jsp page

开发者 https://www.devze.com 2023-01-03 20:06 出处:网络
i have retrieved some data in a jsp page1.i\'ve gi开发者_如何学Goven link of page2 in page1.i want that when i click the link the data is displayed on page2.how to do that??? Options:

i have retrieved some data in a jsp page1.i've gi开发者_如何学Goven link of page2 in page1.i want that when i click the link the data is displayed on page2.how to do that???


Options:

  1. Use session
  2. Use URL params
  3. Use POST form
  4. Use a cookie

See http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Session-Tracking.html for a tutorial on sessions.

0

精彩评论

暂无评论...
验证码 换一张
取 消