Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d95b7687 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

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
parent 2a15a334
No related branches found
No related tags found
No related merge requests found
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
<f:facet name="header"> <f:facet name="header">
<h:outputText value="Action" /> <h:outputText value="Action" />
</f:facet> </f:facet>
<h:outputLink value="#" id="removeVal"> <a4j:commandLink value="Remove this validation result"
<h:outputText value="Remove this validation result" /> action="#{messageBean.removeResult(oid)}"
<a4j:support event="onclick" actionListener="#{messageBean.retrieveMessage2()}"
action="#{messageBean.removeResult(oid)}" reRender="linkDiv" /> reRender="linkDiv" />
</h:outputLink>
</rich:column> </rich:column>
<f:facet name="footer"> <f:facet name="footer">
<rich:datascroller id="datascroller" /> <rich:datascroller id="datascroller" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment