Hi,
I was wondering, if it is possible to use PPR (for ajax request) and <t:saveState>. For example, I want to show a table, that by pressing "add" button will add data to the bottom of the table. Data will be persisted to database only when pressing "save". So I want to be able to maintain the list of items in the table between requests. In addition, I want the "add" operation to be in ajax, so whole page won't have to be reloaded. Does the t:saveSatae will know to store bean data over PPR ajax requests? Thanks, Guy.

