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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to