Hi there, I've found some information at http://wiki.apache.org/myfaces/Extensions/Validator/DevDoc, that it is possible to mark components who require a value via a component initializer. In addition I would like to use bean validation and to annotate a class' attributes and mark the input field or even the label of the input field:
1. @NotNull for an attribute let's say "name" 2. Having an output label referencing an input field 3. Marking all labels referencing to required fields with a '*' resulting in "*name" I also found the renderer interceptor which seems to be a better choice for me, since I want to manipulate the rendering of the label rather than the input component. Any suggestions? Thanks. Traumziele - von Beschreibung bis Buchung jetzt kompakt auf den Reise-Seiten von Arcor.de! http://www.arcor.de/rd/footer.reise

