javax.el.PropertyNotFoundException with CompositeComponent?
问题 I'm currently trying to build a composite component, and this is how i make use of my component : Include it with xmlns:albert="http://java.sun.com/jsf/composite/albert" And here's the usage example <albert:infoButton infoId="infoSingleRecord" params="transDateFrom transDateTo" mappingMethod="#{tBrowseBean_ConfirmedRPB.mapSendInfoSingleRecord}" /> And this is the component which is put in resources/albert/infoButton.xhtml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C/