• Post Reply 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

How to retain the values selected in the jsp page when traversing back from a pop up jsp?

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have one main jsp page and i have some drop downs, from which i select some values and click on a link to open a pop up screen. In that pop up screen i am saving the values which I have selected from the jsp page. But when the pop is closed, the jsp page is getting refreshed and all the selected values are gone So please help me to avoid this. I want my jsp page not to get refreshed and those selected values should be retained.

Thanks,
Keerthi Kumar N
 
Ranch Hand
Posts: 368
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Keerthi ,
Can you put some code here, so we can clearly understand problem.
reply
    Bookmark Topic Watch Topic
  • New Topic