Hi,
i am new to
struts. I want to render combobox with map values(key,value).
my code is in the following way..
<html:select property = "cucl" name = "customerForm">
<html
ptionsCollection name = "customerForm" property="custGroupsMap" value="cucl" label="desc" />
i wrote set and get method for cucl,desc in customerForm..
I am getting following error:
No getter method available for property desc for bean under name 018=Agent
How can i solve this problem.
Thanks