Hi All,
I am trying to create a dropdown menu on using struts2 .
I am implementing the UI on
jsp with
struts taglib.
Now I want to populate the data on the dropdown froma database.
For this I have used the following and created an arraylist
The action for the above submit form is
However I am getting the following error
Please suggest me where I am going wrong.