SC_SNAPSHOT-2010-12-15/PowerEdition Development Only (built 2010-12-15)
Our field validations do not show when being viewed in Chrome. Works fine in IE and Firefox. I get the following warning when I try to call page$content$$content$doc_int_DTRulesGrid.validate() in the debugger:
Our field validations do not show when being viewed in Chrome. Works fine in IE and Firefox. I get the following warning when I try to call page$content$$content$doc_int_DTRulesGrid.validate() in the debugger:
Code:
10:24:00.520:TMR7:WARN:Validator:validator not understood on item: TextItem{eventParent: [DynamicForm ID:page$content$$content$doc_int_DTRulesGrid],
containerWidget: [DynamicForm ID:page$content$$content$doc_int_DTRulesGrid],
form: [DynamicForm ID:page$content$$content$doc_int_DTRulesGrid],
title: "<nobr>Error Code - Rule Error Val = 21&n..."[51],
width: "*",
ID: "page$content$$content$E_Code",
name: "page$content$$content$E_Code",
errorIconSrc: "/cwf/r/cwfv/error.png",
type: "cwinteger",
cwIsVisible: true,
cwParentValidationListener: "none",
cwDisabled: false,
disabled: false,
showDown: false,
showFocused: false,
cwIsFromBlur: true,
hasFocus: false,
cwCallTriggerEnabled: 0,
validators: Array[1],
cwValidationStatus: 0,
cwFreshValidation: true}:
{
"0":{
"type":"custom",
"condition":"false",
"errorMessage":"AE0002: Doc - Int - Data Type Level - Validation Rules"
}
}
Comment