Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Persisting information

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I have a jsp page which shows customer information . As the number of records can be numerous we have implemented pagination (20 records on a page) . So user can hit on first next ,last , previous . now on each row in the customer record I have a drop down(combo box) . Now what I want is that when user selects something in the combo box and navigates to the next page and then comes back he should get all the selected values in place . How do I maintain these information on the servlet. can smbody propose some method of doing this..
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of:
https://coderanch.com/t/289967/JSP/java/Persisting-Drop-down-Value-Between

Please do not ask the same question in multiple forums.
Doing so wastes the time of those who would help you.
[ June 15, 2006: Message edited by: Ben Souther ]
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic