Hello everyone! I`ve been searching about this for some time now, I have some database specifications of components to be created in a view, and I have to create it from backing bean to the view.
1. Customer can create a form template in my tool (that is done), it can create select box, select list, radio button, insert image and insert textbox/textarea. When the costumer saves this template, I am saving the specifications of this form, such as type, position order, length, etc.
2. Now the other costumers must fill this form, but it will be loaded according to this saved template, this is where I am loosing myself, I can programatically create them in the view from the view, but i don`t know how to create it directly from the managed bean, since I'll have to loop through these elements and insert it into groups (accordions).
Any help/tips/links will be very appreciated :D