Tim and others,
Are the partial updates done on page after AJAX call available on a post (i.e
JSF submit) ?
In my example above initially data table is empty. Clicking on "Populate People Table" link renders 3 rows in the table. However when I click "Save" the bean property
dataBean.peopleList does not get set with 3 items.
I'm using requestScope bean and JSF1.2
Appreciate if you can help me understand why this happens.
Also how to post values that are only available on client after AJAX call and not on the Server(i.e component tree) ?
Thanks.