Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <p:treeTable value="#{listeSiteBean.rootTree}" var="st"
  2.                             resizableColumns="true">
  3.  
  4.                             <p:column width="5%" headerText="#{i18n['arpgapNom']}">
  5.                                 <h:outputText value="#{st.site.nom}" />
  6.                             </p:column>
  7.  
  8.                             <p:column width="5%" headerText="#{i18n['arpgapDescription']}">
  9.                                 <h:outputText value="#{st.site.description}" />
  10.                             </p:column>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement