Hi simon, 2008/7/10 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
[...] > The JSF standard does not support this. When defining a validator in a > faces-config.xml file, the only supported xml elements are validator-id and > validator-class. [...] The http://java.sun.com/dtd/web-facesconfig_1_1.dtd support property on validator: <!-- The "validator" element represents a concrete Validator implementation class that should be registered under the specified validator identifier. Validator identifiers must be unique within the entire web application. Nested "attribute" elements identify generic attributes that may be configured on the corresponding UIComponent in order to affect the operation of the Validator. Nested "property" elements identify JavaBeans properties of the Validator implementation class that may be configured to affect the operation of the Validator. --> <!ELEMENT validator (description*, display-name*, icon*, validator-id, validator-class, attribute*, property*)> > Regards, Simon > > Regards, Volker -- inexso - information exchange solutions GmbH Bismarckstraße 13 | 26122 Oldenburg Tel.: +49 441 4082 356 | FAX: +49 441 4082 355 | www.inexso.de

