AW: ExtVal: Rendering component with visual indication for required fields

2010-04-28 Thread Tom M.
Hi Gerhard, hi Rudy, thanks for your explanation so far. MetaData, Transformers, Component Initializers and so on have become clear(er) to me now. Thanks for the coded add-on which covers some more aspects than I thought of (possibly EL expression in the label’s value, etc.) and which is working

AW: ExtVal: Rendering component with visual indication for required fields

2010-04-27 Thread Tom M.
Hi Gerhard, what I had already used before asking in the mailing list was: - ExtVal Core - BeanValidation (using JSR-303 annotations) - PropertyValidation (using basic code for custom cross validation annotation and provided out-of-the-box annotations such as @RequiredIf) - I did not want to use T

AW: ExtVal: Rendering component with visual indication for required fields

2010-04-26 Thread Tom M.
Hi Gerhard, hi Rudy, thank you for your quick response. I tried to proceed just like you suggested but the meta data for the bean validation annotations is not found. ExtValUtils.getTransformedMetaData() always returns an empty map. The reason seems to be that DefaultValidationStrategyFactory.cre