Take a look at http://myfaces.apache.org/trinidad/devguide/ppr.html (search for'Monitoring AJAX requests')
Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Aug 28, 2009 at 1:24 PM, Mirco Attocchi <[email protected]> wrote: > Hi all (sorry for my bad english), > I'm adding a listener with > TrPage.getInstance().addDomReplaceListener(myCallback); > > myCallback listener is called for each dom change, one or more time. > Is possible to have a listener only for the end of PPR call (called one > time)? > > I'd like to use it to add a jQuery widget to the new-rendered > component after the PPR call. > > Thanks > > -- > Mirco Attocchi >

