• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Ajax select boxes and browser back button

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
We had 3 chained drop down boxes on a jsp meaning if we select option from box1, box2 populates. i used ajax:select tag for that. then after selecting all three options user clicks on submit and goes to results page. then hit the back button then only the first option was populated with other two grayed out/empty. user is expecting to see all the three values that he selected. i am not sure whether it would be even possible to do that. please clarify.
Thanks
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vijaya bacina wrote:i used ajax:select tag for that.


There is no such tag in HTML. What custom tag set are you using so that this topic may be properly moved?
 
vijaya bacina
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i used Ajax tags http://ajaxtags.sourceforge.net/
 
reply
    Bookmark Topic Watch Topic
  • New Topic