I found interesting information in log file (at the end of AJAX call): 2008-08-28 14:21:34,622 DEBUG: exiting from lifecycle.execute in RENDER_RESPONSE(6) because getResponseComplete is true from one of the before listeners 2008-08-28 14:21:34,622 DEBUG: Clearing access-scoped conversation assetController after rendering view /assetEdit.jsp
This means that render phase isn't finished but exited. Isn't it problem for Orchestra? PETER

