aspose file tools
The moose likes JSP and the fly likes how to perist form data between the jsp pages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to perist form data between the jsp pages" Watch "how to perist form data between the jsp pages" New topic
Author

how to perist form data between the jsp pages

sirisha lanka
Greenhorn

Joined: Oct 10, 2012
Posts: 1
Hi,
I would like to know about the data persistance between jsp pages.
I have one page with form fields and a link to next page which goes to other jsp page.
When coming back to the first page i want the filled data to exist.
Please reply soon :)
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

You can use the value attribute on the form elements to set them to the appropriate values.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to perist form data between the jsp pages
 
Similar Threads
popup to confirm delete doesn't work on all situations
single actionform bean spans multiple jsp pages
field value displayed wrongly
Can servlet detect user's clicked "Back" button in browser?
Help!