Hi,
I can still reproduce the error in this issue: https://jira.jboss.org/jira/browse/RF-4509 with 3.3.1.GA.
Im my jsf I have this button:
<a4j:commandButton value="#{base_msgs['search']}" reRender="table, messagesPanel"
focus="nameSearch" actionListener="#{regionBean.searchListener}"/>
public void searchListener(ActionEvent e) throws Exception {
throw new RuntimeException("test");
}
<error-page> <exception-type>java.lang.Exception</exception-type> <location>/errorpage.jsf</location> </error-page>
Hi,
No, you don't. JSF works in such a way.