Still no good. I did a recompile as well...:
Code:
16:49:19.027:WARN:DynamicForm:isc_DynamicForm_0:Problem initializing item: {width: 80,
record: null,
rowNum: 0,
colNum: 2,
name: "reportDate",
valueMap: undef,
valueIcons: undef,
imageURLPrefix: undef,
imageURLSuffix: undef,
baseURL: undef,
imgDir: undef,
textAlign: "right",
valueIconLeftPadding: 2,
valueIconRightPadding: 2,
autoCompleteCandidates: undef,
uniqueMatch: undef,
containerWidget: [GridBody ID:isc_OID_0filterEditor_body],
grid: [RecordEditor ID:isc_OID_0filterEditor],
handleChanged: [o]DateItem.handleChanged(),
keyDown: anonymous(),
inactiveEditorMouseDown: anonymous(),
editorType: "MiniDateRangeItem",
elementFocus: [o]DateItem.elementFocus(),
canTabToIcons: false,
focusInItem: [o]DateItem.focusInItem(),
height: 22,
allowEmptyValue: true,
actOnKeypress: undef,
changed: [a]DateItem.changed(),
} - derived FormItem class is: MiniDateRangeItem. Please make sure the relevant module is loaded
16:49:19.058:WARN:Log:Error:
''undefined' is null or not an object'
in http://localhost:8080/SmartGWTTestCase.html
at line 442
DynamicForm.setItemValues(_1=>Obj, _2=>false, _3=>true, _4=>Array[4])
DynamicForm.$10l(_1=>Array[4], _2=>null, _3=>true, _4=>undef)
DynamicForm.setItems(_1=>Array[4], _2=>undef)
GridBody.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
Canvas.drawChildren()
Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef)
Class.invokeSuper(_1=>[Class ListGrid], _2=>"draw", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
ListGrid.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
** recursed on Class.invokeSuper
Comment