Just curious if a valueChangeListener on a e:selectTable is suppose to invoke the Render Response Phase. For instance in your demo if the multirow-control-panel was rendered in the SelectBean.rocessValueChange would it show up. I have this issue where the Response Phase is not invoked so the e:div I set rendered to true does not show. Subsequent selections throws an error in the sever.
Yes, Render Response Phase should be invoked by a valueChangeListener.
Please, attach a .jsp and a bean to help you find a solution on your issue, since I think there might be some other causes.
Adina, Could you just modify your select table demo to update a datamodel and display multiple select value change events in a selectTable. That is basically what I am attempting with the exception that I have multiple tables I am selecting from and putting them in one selection table.