This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Dependent drop down list using Struts 1.2 with Ajax DWR Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Dependent drop down list using Struts 1.2 with Ajax DWR " Watch "Dependent drop down list using Struts 1.2 with Ajax DWR " New topic
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
 
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: Dependent drop down list using Struts 1.2 with Ajax DWR
 
Similar Threads
document.getElementById("id").value is not supported in firefox
Combobox height is not changing
enable/disable drop down
Need help selected text fields visible for particular option from drop down list in JSP(struts)
dynamic value to be submitted to form beans