Hello,
We have a little @CDIView with a Tree and a TabSheet, in this tabsheet the left click on tree can open new Tabs with Grid.
If each component is @Dependent, it’s working fine. But for obvious reason I wish to use @NormalViewScope.
Two probems :
- When the View is leaved, the detach() of CDIView call detach on all components, but somewhere in code the getUI() return null → NPE
- If all comp are @NormalViewScope, when I click on tree, the tab appear but not the grid. Bu looking in chrome console, it complains there is an hierarchical problem like “comp id 49 is declared as child of comp47 but comp 49 is unknown”.
This is really annoying.
Is anybody can help ?
Thanks and regards.