From d95b7687cc00d0d1ddb7f90f1f072cda4fcd114c Mon Sep 17 00:00:00 2001
From: Guillaume Thomazon <gtn@kereval.com>
Date: Tue, 12 Mar 2013 16:55:14 +0000
Subject: [PATCH] Add page reloading when result is remove from the table

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@34242 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
---
 .../src/main/webapp/messages/commonDownload.xhtml      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 10a14b3d..fcca0469 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" />
-- 
GitLab