| Author |
Dependent drop down boxes with javascript?
|
karthik ekantha
Ranch Hand
Joined: Feb 08, 2012
Posts: 78
|
|
I am new to Struts. I need to implement dependent drop down boxes.
it's not working for Dependent drop down boxes 2nd state drop box is not properly working ..
2nd drop down box not orderly displayed ...
please help any one
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
Your javascript code submits the form. It doesn't make the second select dependent on the first.
Struts 2 has a doubleselect tag. If you aren't maintaining legacy code, I'd recommend you use Struts 2. It is much easier to work with than Struts 1.x.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Dependent drop down boxes with javascript?
|
|
|