I am using the Tomahawk sandbox <s:pprPanelGroup> -----Original Message----- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 7:06 PM To: MyFaces Discussion Subject: Re: Ajax and <t:saveState>
Depends on the library you are using for AJAX. Trinidad should have no problems. A4J will have issues under certain use cases (a4j:region for example) -Andrew On Mon, Apr 28, 2008 at 6:46 AM, Guy Bashan <[EMAIL PROTECTED]> wrote: > > > > > 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.

