Static LOV not displaying data
Hi,
I created a view object employeesVo, a static list view object genderVo with columns idGender, Gender.
employeesVo has an attribute Gender and i created list of values for that attribute using the datasource as genderVo.
When i run Application Moudle the attribute gender is displaying values.
When i dragged and dropped employeesVo from datacontrol on the JSF page the filed Gender is not displaying any Values.
Can anyone please tell me what could be the reasons.
Thanks