Assign 'value expression' in place of 'method expression' in JSF
问题 In my composite component, I iterate a list<list<javaDetailClass>> . I get all my <h:commandButon> attribute's values through value expression like #{iterator.value} . But the problem comes with attribute action , where action accepts only method expression . whereas I can assign only value expression there, resulting in MethodNotFoundException <cc:interface> <cc:attribute name="formElements" /> </cc:interface> <cc:implementation> <c:forEach items="#{cc.attrs.formElements}" var="element"> <c