the following picture is just a sample picture to make the explanation of my problem easier. I am using Vaadin 7.x. and have a CDIView in my project. Now, imagine that we're already in "Buttons & Links" page and want to jump to "Labels" page using the "Open Labels" Button on the page.
I already used a navigator to navigate to the "Labels" page, but the problem is, when I navigate to "Labels" page, the "Buttons & Links" item in Vaadin CDIView stays selected, instead of getting deselected. And of course the "Labels" item should get selected.
My second problem will be, calling a method from the Label page, when I open the page using the "Open Labels" Button.
More Information:
- All the MenuItems are added using a @CDIView annotation top on the class and I just get to navigate them through the names of each class.
I'm gonna be happy with every solution and suggestion you can give me.
Thanks in advance and best regards. R.