uirepeat « Form « JSF Q&A





1. How to get values from ui:repeat in a html form    stackoverflow.com

I have resolved my previous problem posted in: ui:repeat, populate list Now I would like to know how to get the values modified in the form and pass to my bean. This is ...

2. Dynamically added input field in ui:repeat is not processed during form submit    stackoverflow.com

I am trying to make a input form for answers in my application and I start with four "empty" answers which the view loops over and make input fields for. I ...