hi thx,
but that didn't help me.
My Solution:
I've used an iframe and reloaded it from the Mbean before returning the action.
Code:
public String myMethod(){
...
//as last part the reload of the method reload the iframe
JavascriptContext.addJavascriptCall(FacesUtil.getFacesContext(), "ReloadIframe();");
return the action;