We have a web project which drives attributes from properties file dynamically, i.e. one config file with the attributes list and each attribute's view (either text box, textarea, radio, checkbox,etc) on UI page will be decided from that config file, so there is no static fields on the UI side.
I can do it with JSP and Servlets, but I need to write lot of code to load those properties and display them. Is there any chance we can do it from JSF? can any other solutions to do it? please give me the way to do it from JSF/other?