we are developing a web application using
- Oracle ADF
- jDeveloper
Our Requirement: we have a table called Departments with two columns "deptId and Employees". We have created Entity and view objects for Departments table. We are using data control of view object to create a table in jsf page. Our desired table is as below. We drag and drop first column. And we need to create another column that should contain green image if employees in the department is less than 100(for ex) otherwise red image. Our main requirement is we have show image depending on some condition.

Thanks in advance.