This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JBoss EL issuegonorrhea Apr 27, 2009 5:06 PM (in response to phenix098)I'm not sure of the exact syntax of your EL expression. However, you should replace the <c:if> with something like this: <h:outputText value="foo" rendered="#{not empty row}"/>The JSTL <c:if> tag is not used very often in JSF/RF. 
- 
        
 
    