Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -37,9 +37,7 @@ | ... | @@ -37,9 +37,7 @@ |
37 | <h:column> | 37 | <h:column> |
38 | <f:facet name="header"/> | 38 | <f:facet name="header"/> |
39 | <p jsf:rendered="#{version.publisher.actions.size() == 0}">Aucune action à lister</p> | 39 | <p jsf:rendered="#{version.publisher.actions.size() == 0}">Aucune action à lister</p> |
40 | - <a jsf:outcome="listPublisherActions" jsf:rendered="#{version.publisher.actions.size() > 0}">Voir les actions | 40 | + <a jsf:value="/ListPublisherActions/${version.publisher.publisherId}" jsf:rendered="#{version.publisher.actions.size() > 0}">Voir les actions</a> |
41 | - <f:param name="publisherId" value="#{version.publisher.publisherId}"/> | ||
42 | - </a> | ||
43 | </h:column> | 41 | </h:column> |
44 | <h:column> | 42 | <h:column> |
45 | <f:facet name="header"/> | 43 | <f:facet name="header"/> | ... | ... |
-
Please register or login to post a comment