我想创建一个自定义JSF2.0组件,但无法让它工作。我的组件是这样定义的:@FacesComponent(value="myCustomComponent")publicclassCommaSeperatedOutputextendsUIComponentBase{...}标签库如下所示:http://www.company.com/tagscustommyCustomComponent我的faces-config如下所示:org.springframework.web.jsf.el.SpringBeanFacesELResolver我收到以下错误:SEVERE:JSF1068:Com
我想创建一个自定义JSF2.0组件,但无法让它工作。我的组件是这样定义的:@FacesComponent(value="myCustomComponent")publicclassCommaSeperatedOutputextendsUIComponentBase{...}标签库如下所示:http://www.company.com/tagscustommyCustomComponent我的faces-config如下所示:org.springframework.web.jsf.el.SpringBeanFacesELResolver我收到以下错误:SEVERE:JSF1068:Com