File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes How do I populate dynamic combox items Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How do I populate dynamic combox items" Watch "How do I populate dynamic combox items" New topic
Author

How do I populate dynamic combox items

pratap maha
Greenhorn

Joined: Mar 09, 2005
Posts: 4
Hi -
I have two combo box's and I would like to populate the entries in the second combo box according to the value selected in the first combo box. I want to achieve this using Jsp. Can some one pls. help me how I can send the value selected in the first combo box (List/menu) to a jsp page and populate back the results. I would like to see some code snippets. Thanks,

Maha
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Search this list with "populate select box" and you will find plenty of threads discussing this.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How do I populate dynamic combox items
 
Similar Threads
How to iterate using struts 2 ?
displaying values in same jsp after user selects value in combo box
Query in Struts
Combobox Script Required
populate the select when page is displayed first time