Hi List,
I've tried a lot to validate my selectManyListBox. This validation would
be very simple, because I only want to validate if the user selected
something in that listbox. But as I know now, that a custom validator
will not called if the field, which you want to validate is empty. WTF.
Someone would say, why not use the "required" Attribute of that
UIComponent. But that's f******g bad, because there only will a standard
message displayed and that not what I want to do. Ok I can customize the
Message but only to a standard required message which could not be
customized for different fields. Is there any workaround, that my custom
validator will be called if the damm required attribute is not set and
the field to validate has no input.
Please help me before I get real crazy.
Thx for suggestions