diff --git a/gazelle-proxy-common-war/src/main/webapp/messages/commonDownload.xhtml b/gazelle-proxy-common-war/src/main/webapp/messages/commonDownload.xhtml index 10a14b3d38eefcf3fd0f8fe6d0abf821bc34643e..fcca0469ad7ea079968107d28468bc104fc8161c 100644 --- a/gazelle-proxy-common-war/src/main/webapp/messages/commonDownload.xhtml +++ b/gazelle-proxy-common-war/src/main/webapp/messages/commonDownload.xhtml @@ -67,11 +67,11 @@ <f:facet name="header"> <h:outputText value="Action" /> </f:facet> - <h:outputLink value="#" id="removeVal"> - <h:outputText value="Remove this validation result" /> - <a4j:support event="onclick" - action="#{messageBean.removeResult(oid)}" reRender="linkDiv" /> - </h:outputLink> + <a4j:commandLink value="Remove this validation result" + action="#{messageBean.removeResult(oid)}" + actionListener="#{messageBean.retrieveMessage2()}" + reRender="linkDiv" /> + </rich:column> <f:facet name="footer"> <rich:datascroller id="datascroller" />