I need to create UI components dynamically in JSF page using managed bean. I have UI types(inputText,textArea,Calender,combobox, etc...) stored in the database. So using these data I want to create UI components such as textfields on JSF page.
Is it possible, if yes then how can I do this? This question has been asked 4 years ago and already has an answer but not compatible with my case because I use JSF pages .xhtml version JSF2.0
Any hints gratefully appreciated!