Programming Tutorials

Comment on Tutorial - Using Checkbox & Radio Tags, html:select, html:options in Struts Forms By Kamini



Comment Added by : Anil Kumar

Comment Added at : 2008-10-23 04:14:51

Comment on Tutorial : Using Checkbox & Radio Tags, html:select, html:options in Struts Forms By Kamini
I need a sample jsp(using Struts html tags) in three dropdown lists where upon select and clicking the 1st dropdownlist, it should display the 2nd dropdownlist relevant to 1st dropdown list and also upon selection and clicking of 2nd dropdown list it should display 3rd dropdown list relevant to 1st and 2nd dropdown list selection.

For example if "A" is selected it should display "A1","A2","A3" and further selection it should display "A100", "A200", "A300".

For example if "B" is selected it should display "B1","B2","B3" and further selection it should display "B100", "B200", "B300".


View Tutorial