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

Help with web application

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

I am currently working on a web application which basically is a series of jsp pages that can be accessed using previous and next buttons on each page. This application is a struts application.

I have a particular page called Physicians page that has a checkbox. The user is supposed to check the box if they do not have Physician information. If the checkbox is not checked then the page displays the other fields where the user can enter the physician information. However, if the checkbox is checked, then all the other fields are hidden.

Here's what I need help with: Let's suppose that the user reaches the physician page and checks the box. This indicates that he does not have physician information and all the other field are hidden on the page. Now the user clicks on the next button and reaches the next page. Now let us assume that the user clicks on the previous button on the new page to reach the Physicians page again. I want the Physicians page to appear exactly as it was before ie with the checkbox checked. How can this be done?

Any suggestions or comments will be highly appreciated.

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

In the future, when you have follow-up questions or wish to give additional information on a question you've already asked, please post to the original thread rather than starting a new one.

I'm closing this thread. If anyone would like to respond to Kunal's question, please do so in this thread.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic