I'm trying to display the above:

<rich:panel rendered="true">
  <ui:repeat value="#{conversationList}" var="conv">
    <h:column><h:outputText value="#{conv.description}"></h:outputText>
    </h:column>
  </ui:repeat>

in a variant of the above.   I've annotated the relevant methods with @Begin 
and @End and have added descriptions for pages in pages.xml

But nothing displays.
What am I missing?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089331#4089331

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089331
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to