NavigateTo problem

Hello, I need help on changing View string NAME fragment path. I have change that string from “removestudent” to “removestudente” and the view doesnt show up throwing:

[font=courier new]
java.lang.IllegalArgumentException: Trying to navigate to an unknown state ‘removestudent’ and an error view provider not present…

[font=arial]
I am not worried about the Exception, the question is: where Vaadin is storing(caching) the old string 'cos I have uninstalled eclipse, I reinstalled it again with a new workspace, copy and past the classes’s text only from the old project to the new project and VAADIN is still showing the old string NAME.

So I just need to now how change View string NAME fragment path?
[/font]
[/font]

34710.png

i have same problem, but i solve with three class, one for the Name class, two for main View principal, and three the class where you go to navigate…So if you want i show my classes?

Yes! Any help is welcome!

There are my examples, now, i want to try do some with SpringView…

34519.png
34520.png
34521.png

Thanks for your time, I’ll try it!