Hard hard thing to do - table of dependant select items that you can add new rows to. (backing bean driven) (When you add a new row it keeps values from the previous row) In my search for the answer I made an forEach act like a table - by using the f:attribute to pass through the current row - crazy but I hopw this helps someone sometime. Stuff I learned <af:selectOneChoice label="#{labelBundle['choice_lbl']}" id="soc1" value="#{row.choiceId}" valueChangeListener="#{pageFlowScope.testBean.choiceValueChange}" required="true" ...
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis