I was developing a standalone application under struts 1.x framework.
I need to do create dropdowns in jsp using struts tags.I have created using <options:collection>tag and created getters and setters for the property in form also.But the dropdown was not getting populated with all data.only some data was getting populated at last it showing an servlet exception :Failed to obtain collection in the dropdown.Can anyone please look into my issue....
--- Update ---
Experts,please look into my issue.I need to solve this as soon as possible Thanks in advance