• 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

Populate the search box with the value selected in another JSP page

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a JSP page, where i have three boxes. First two are dropdown boxes and the remaining one should have the search button on its side. Dropdown boxes are listed with the values which are taken from the XML file.

I am not using dropdown box for the third one since it has to populate many values (nearly 100).

Now when i click on the search button it has to open another JSP page which is going to list all the values in the alphabhetical order(with links available on the page for each alphabhet). And when i double click on one of the values it has to be populated in the third dropdown box of the Main JSP page.

Can anyone tell me how can i do this?
[ December 18, 2008: Message edited by: renu richard ]
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just use request parameters?
reply
    Bookmark Topic Watch Topic
  • New Topic