following is from framework
framework/source/class/qx/ui/form/validation/Manager.js:
// check for the data type
if (this.__supportsSingleSelection(formItem)) {
// check for a validator
if (validator != null) {
throw new Error("Widgets suporting selection can only be validated
" +
"in the form validator");
}
is this code true? i think the logic in the second if is wrong.
it must be
if (validator == null)
am i wrong?
--
View this message in context:
http://n2.nabble.com/form-validator-custom-required-field-tp4575237p4580370.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel