~Umberto XanwemanMay 12, 2011, 10:27 PM47 PostsRe: how to trigger onError from a server side event? Just to answer my own question, now that I have found it, you can trigger the onError() client script for a partial refresh if the status of the response is an error code like 500: facesContext.getExternalContext().getResponse().setStatus(500); Rich