I have a TreeTable and I could initialize it with elements, and they are shown. But much later I could not insert new elements.
- every treetable.addItem(...) gives null later
- the methods in the initialization can not insert new elements either later.
- every new item has an unique itemid
- i did not get any error message
How can I find out what is the real problem ?
I'm sure I added the proper types in the proper order.
Thanks in advance.
(insertion of code snippet would be boring long because we have 10 column)
I noticed what was the "problem". After using setVisibleColumns I could not add new item. as I commented it the new item could go into treetable. Test it yourself (Vaadin 6.7.3-4)
Strange ...
Cs.