I have SmartClient v11.0p_2016-04-12/EVAL Deployment.
Hi, I'm probably doing somwthing wrong. I have a DynamicForm with items like this:
{
ID: "a4",
title: " ",
titleColSpan: 10,
colSpan: 40,
width: 640,
visibleWhen : {
_constructor : "AdvancedCriteria",
operator : "and",
criteria : [{
fieldName : "g0046",
operator : "equals",
value : true
}]
},
type: 'text',
editorType: 'StaticTextItem',
shouldSaveValue: false,
defaultValue: '<span class="section_header" style="text-align:center;">DATI LEGATI AGLI INCASSI</span>',
showTitle: true,
canEdit: false,
startRow:true
}
I get thousands of messages like this in the console and the application hangs:
*17:15:44.921:TMR8:WARN:DynamicForm:anagraficheDetail:AutoTest.getElement(): identifier:item[title=%20||value=%3Cspan%20class%3D%22section_header%22%20style%3D%22text-align%3Acenter%3B%22%3EDATI%20DI%20ALTRA%20NATURA%3C%24fs%24span%3E||index=158||Class=StaticTextItem] returned an item of class:TextItem
I don't understand the meaning of this warning. Seems like the system expects a class but finds another.
Can someone suggest what I'm doing wrong?
Thank you.
Hi, I'm probably doing somwthing wrong. I have a DynamicForm with items like this:
{
ID: "a4",
title: " ",
titleColSpan: 10,
colSpan: 40,
width: 640,
visibleWhen : {
_constructor : "AdvancedCriteria",
operator : "and",
criteria : [{
fieldName : "g0046",
operator : "equals",
value : true
}]
},
type: 'text',
editorType: 'StaticTextItem',
shouldSaveValue: false,
defaultValue: '<span class="section_header" style="text-align:center;">DATI LEGATI AGLI INCASSI</span>',
showTitle: true,
canEdit: false,
startRow:true
}
I get thousands of messages like this in the console and the application hangs:
*17:15:44.921:TMR8:WARN:DynamicForm:anagraficheDetail:AutoTest.getElement(): identifier:item[title=%20||value=%3Cspan%20class%3D%22section_header%22%20style%3D%22text-align%3Acenter%3B%22%3EDATI%20DI%20ALTRA%20NATURA%3C%24fs%24span%3E||index=158||Class=StaticTextItem] returned an item of class:TextItem
I don't understand the meaning of this warning. Seems like the system expects a class but finds another.
Can someone suggest what I'm doing wrong?
Thank you.
Comment