Commit 2de125b1 by Tuukka Kivilahti

fixed list

1 parent 16286dc3
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<f:facet name="header"> <f:facet name="header">
<h:outputText value="Real name" /> <h:outputText value="Real name" />
</f:facet> </f:facet>
<h:outputText value="#{user.name}" /> <h:outputText value="#{user.firstnames}" />
</h:column> </h:column>
<h:column> <h:column>
<f:facet name="header"> <f:facet name="header">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!