Using : gwt 2.0.1 and smartgwt pro 2.0
I created a new project with an existing set of classes. I was able to successfully create a java bean based datasource. I then created a new visual builder UI by deleting the DataView at the top level and dropping a listgrid as the top component. I then dragged my datasource to the grid and it created a column for each field in the datasource. I saved this. When I load this into visual builder again, it duplicates all the fields in the listgrid.
Curious, I tried to do the same thing with a dynamic form and it does the exact same thing there (looks fine, then I reload it and the fields all duplicate).
Is this something that I am doing wrong or is this a bug?
I created a new project with an existing set of classes. I was able to successfully create a java bean based datasource. I then created a new visual builder UI by deleting the DataView at the top level and dropping a listgrid as the top component. I then dragged my datasource to the grid and it created a column for each field in the datasource. I saved this. When I load this into visual builder again, it duplicates all the fields in the listgrid.
Curious, I tried to do the same thing with a dynamic form and it does the exact same thing there (looks fine, then I reload it and the fields all duplicate).
Is this something that I am doing wrong or is this a bug?
Comment