[jboss-user] [JBoss Seam] - Why does this not render data when I see the methods being c
samdoyle
do-not-reply at jboss.com
Tue Oct 16 21:45:48 EDT 2007
So this simple snippet results in my appropriate breakpoints getting hit such as the get description but yet nothing is rendered on the page??
| <c:forEach items="#{user.getUserAgencies()}" var="userAgency">
| <c:forEach items="#{userAgency.getAgencyIncidentTypes()}" var="incidentType">
| <h:outputText value="#{userAgency.agencyName()}" />
| <h:outputText value="#{incidentType.getDescription()}" />
| </c:forEach>
| </c:forEach>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095851#4095851
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095851
More information about the jboss-user
mailing list