[jboss-user] [JBoss Seam] - #{conversationList} appears to be empty

djfjboss do-not-reply at jboss.com
Thu Sep 27 09:56:07 EDT 2007


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



More information about the jboss-user mailing list