I have a situation where i have a table with multiple department entries. I will run a DISTINCT query on department names and have to create tabs in jsf page for each of the departments.When i add a new department in the table , then it should dynamically create a tab for that department. How to achieve this?
Your help is much appreciated..Thanks