Hi,
I am currently developing a small v8 application, and currently I am not able to load the application UI, the application hangs, and I do not get any errors in Eclipse. I believe the project is broken in some way.
Navigation is not working anymore, I only get the loading indicator, but no errors are displayed, therefore I cannot say what’s the reason for the problem.
If I remove the navigation and directly loads the init view, I get my tabsheet, but If I try to switch to another tab, again no error is displayed in Eclipse, the debug mode of vaadin shows this last message: “Sending xhr message to server: {“csrfToken”:“32517a3b-1583-4ee7-b0dd-29c90c874484”,“rpc”:[[“3”,“com.vaadin.shared.ui.tabsheet.TabsheetServerRpc”,“setSelected”,[“2”]
]],“syncId”:1,“clientId”:1}” But then nothing is happening. Anaylsing the Console view of chrome or firefox has not given me a hint, what the problem can be.
I have already cleaned up the project, deleted the tomcat server, cleaned up tomcat etc.
Is there a possiblity to complete rebuild the project?
Thanks, for your help,
Florian