Apply errorStyleClass to multiple fields using Validator

2006-04-06 Thread Christoph Olszowka
Hi, I'm being troubled by the following issue: I have got 3 text input fields that are all being validated if they are holding int numbers with help of validators intRange. By default the fields are holding a 0. As a special condition, the sum of the fields must be larger than 0, e.g. at least

Re: Apply errorStyleClass to multiple fields using Validator

2006-04-06 Thread Angelo zerr
Hi christophe; If you want, you can use FormView, to manage your render of your fields which have error. See http://formview.sourceforge.net/errors.html FormView is able to manage a behaviour (READ-ONLY, INVISIBLE,ERROR,...) for each fields of your form. It can be plugged with validator to manage