Hi,
i want to render combo box item to selected item .
combo box has map value.. i.e key & value.
for examle 18= Agent
20= Contractor
22= Employee
24= Manager
If i select 20= Contractor in combo box...
and click save button and logout and again i login in to apllication ..
the combo box must display 20 contractor .
But it is displaying 18=Agent.
20 18=Agent
if i change code in the following way :
<td>
${c.cucl}
<html:select property = "cucl" name = "customerForm">
<html
ptionsCollection name = "customerForm" property="custGroupsMap" value="cucl" label="value" />
</html:select></td>
i am getting following exception:
javax.servlet.ServletException: No getter method available for property 018 for bean under name 018=Agent
Please help me
Thanks