| Author |
Dependent drop down list using Struts 1.2 with Ajax DWR
|
selvaraju sellamuthu
Ranch Hand
Joined: Jun 28, 2007
Posts: 53
|
|
I am using Ajax DWR to display second list in struts 1.2. Through action, i got list for first box. Using this list, i tried to get dynamic list for second box using ajax dwr. I can print the second list values in helper class. when i tried to get list using html options tag attributes, i got error stating listTableColumns is not under the bean. Below is my code. Please suggest. i used the same code in Struts 2 project, it worked well.
My Java Script Code
Ajax Helper Class
My Jsp
|
 |
 |
|
|
subject: Dependent drop down list using Struts 1.2 with Ajax DWR
|
|
|