Luka Surija wrote: > If you want to use PPR you can add on actionListener method following > lines to resolve the problem: > > public void myAction(ActionEvent event){ > > // action code > > RequestContext requestContext = RequestContext.getCurrentInstance(); > > requestContext.addPartialTarget(event.getComponent().findComponent("trTableId")); > > } > > and this action will refresh only tr:table with id="trTableId".
I appreciate your help; thanks. -- Edmond/