Hi!
I have a complex HMI to build, containing a treeGrid in a dynamicForm (through a layout and a CanvasItem).
I managed to build my items, and to fill the form fields and the treeGrid with the data retrieved from my form datasource. But when I try to save the form, it fails. It is impossible to get the values of my form through form.getValues(), and any call to this method ends into a stack overflow.
Have you ever deal with this kind of issue?
Have you any tip to help my to deal with it or to find any solution to this issue?
Some details:
SmartGWT-5.0p
Local treeGrid of child type
I have a complex HMI to build, containing a treeGrid in a dynamicForm (through a layout and a CanvasItem).
I managed to build my items, and to fill the form fields and the treeGrid with the data retrieved from my form datasource. But when I try to save the form, it fails. It is impossible to get the values of my form through form.getValues(), and any call to this method ends into a stack overflow.
Have you ever deal with this kind of issue?
Have you any tip to help my to deal with it or to find any solution to this issue?
Some details:
SmartGWT-5.0p
Local treeGrid of child type
Comment