And in the above code, when the user selects a value from "deductCode" drop-down box, the above shown <ajax:select> tag must be automatically triggered and invoke the "voluntarydynamicdropdown.do" action mapping in the struts-config.xml file. And after that, the action class which is specified in the action mapping will be executed and fetches the values that must be populated in the second drop down list- "deductCode". That action class file is defined as shown below- public class DynamicDropDownUtil extends BaseAjaxAction { }.
But the above functionality is working fine in IE, but not working in Mozilla. In mozilla when I am selecting the value from the 1st drop down box, nothing is happening. The control is even not going to the java file- "DynamicDropDownUtil.java".
I don't know why this is not happening in Mozilla only.
Please help me out. It is very important issue to solve immediately. Thank you.
Please UseCodeTags when posting code or configuration. Unformatted code and configuration is very difficult to read. You can edit your post to include them by using the button.