JSF2 composite component throws PropertyNotFoundException for action method
问题 I have a composite component: <composite:interface> <composite:attribute name="actionMethod" method-signature="java.lang.String action()" required="true" /> </composite:interface> <composite:implementation> <h:form> <h:commandButton id="captureButton" value="#{msgs.capture}" action="#{cc.attrs.actionMethod}" /> </h:form> </composite:implementation> and a page which is calling that composite component: <ezcomp:captureTitle actionMethod="#{saveDecisionsBean.captureTitle}" /> and a bean which