Antwort: Re: XML Form, extended validation and error messages

2002-07-15 Thread michael_hampel
Hello, thanks for your answer and providing the new feature. In the moment I am setting the error message in the perform() method by calling setValue of the appropriate Form and then output the message with xf:output referencing the appropriate path. i will try out your solution a

Re: XML Form, extended validation and error messages

2002-07-15 Thread Ivelin Ivanov
Thanks for the request. The architecturally cleanest way is to provide your own Validator which can use the Schematron Validator and add its own violations. However for convenience, I have added another method to Form. Now you can call form.addViolations( newViolations ); where newViolations i

RE: XML Form, extended validation and error messages

2002-07-12 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > > > By the way I got the FormTransformer plus the Schematron > error messages > running with i18n and will post how it worked for me next week (after > I tested it a liitle bit more) Great news! Looking forward to see that. Konstantin > > Thanks i