This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: ui:repeat on seam mailblabno Feb 17, 2011 4:37 AM (in response to narvava)This is not Seam forum. You have {code:xml}<ui:repeat value="#{oncallGroupMailBean.toContacts} var="contact">{code:xml}but it should be {code:xml}<ui:repeat value="#{oncallGroupMailBean.toContacts}" var="contact">{code:xml}you forgot quote after EL for value attribute. 
 
    