tags:

views:

35

answers:

1

Hi,
I have two drop-down lists that are populated from the DB. I want to populate the second drop-down dynamically based on the selected item in the first drop-down.

Can you help me? Thanks in advance.

A: 

Struts 2 has a double select tag that can do this:

http://struts.apache.org/2.1.6/docs/doubleselect.html

Nate
any example with Database
Ganesamoorthy