hi ben, thx for the information - we will check it! (we haven't released the add-on - so we have to do some final tests.)
@rudy: it would be nice if you can check the change with your applications. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/10/26 <[email protected]> > > Just a short note that may be of interest. > I was unable to get the ext-bv addon: Required Initialization for labels > working "out of the box". > > After modifying > at.gp.web.jsf.extval.beanval.label.interceptor.BeanValidationAwareLabelRendererInterceptor > as follows, it seems to work well now. > > protected void initComponent(FacesContext facesContext, UIComponent > uiComponent) > { > ... > //super.initComponent(facesContext, targetComponent); > ExtValUtils.configureComponentWithMetaData(facesContext, > targetComponent, ExtValUtils.getTransformedMetaData(facesContext, > targetComponent)); > > ... > } > > Any thoughts on this change? Is it appropriate? > By the way, my web-app uses JSF 1.2, Facelets, RichFaces (3.3.3), > Restfaces, and Orchestra. > > Thanks! > Ben >
