-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TouchKit demo application #42
Comments
This would be really nice to have. Right now I'm trying to play with Touchkit and vaadin4spring and run into the issue of not being able to get the NavigationView managed by Spring. Therefore, no @PostConstruct methods are called and no services are used. I have now a very nice UI but useless due to not being able to use the services :O( |
I answered you question on stack overflow, I hope that helps to get forward. |
Thanks a lot @mstahv . I'll come back with feedback. |
Hi @mstahv . The tip really helped to identify a code error. I was passing the NavigationManager a new manually instantiated view. Sorry. I removed @VaadinView annotation an treated it as any other AbstractComponentContainer and it's working fine now, with @VaadinComponent |
No description provided.
The text was updated successfully, but these errors were encountered: