Hello Simon, I tried latest patch and it works fine for previous problem but I found new one.
AJAX calls mentioned in previous communication were for sorting and pagination of the table. When I want to search for new data of the data then AJAX call is little bit different - JSF lifecycle is exited in INVOKE_APPLICATION phase, look at log: 2008-08-30 06:55:22,731 DEBUG: entering INVOKE_APPLICATION(5) in org.apache.myfaces.lifecycle.LifecycleImpl ... (some bussines logic) 2008-08-30 06:55:23,450 DEBUG: exiting from lifecycle.execute in INVOKE_APPLICATION(5) because getRenderResponse is true from one of the after listeners 2008-08-30 06:55:23,450 DEBUG: entering RENDER_RESPONSE(6) in org.apache.myfaces.lifecycle.LifecycleImpl 2008-08-30 06:55:23,450 INFO : INFRAGISTICS: Start rendering a SmartRefresh request 2008-08-30 06:55:23,497 DEBUG: exiting from lifecycle.execute in RENDER_RESPONSE(6) because getResponseComplete is true from one of the before listeners 2008-08-30 06:55:23,497 DEBUG: Clearing access-scoped conversation assetController after rendering view /assetEdit.jsp 2008-08-30 06:55:23,497 DEBUG: destroy conversation:assetController And there is still here "the problem". Best regards, PETER

