-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for url based BrowserWindowOpener #2
Comments
Not sure I follow the problem or the solution, I've never used Spring. Do you have any code you can share? If you are recommending an enhancement to the addon pull requests are always welcome. |
Hi, |
Thanks for the PR! I'll review, integrate and release |
Hi there, any thoughts on this one? |
Resolved with release 1.0.0! |
Awesome! |
Hi,
I'm running a project using vaadin-spring-boot-starter. I then run into trouble when trying to use this add-on. Basically the popup window gets the wrong url to the Vaadin bootstrap.js. After some debugging in the SpringVaadinServlet, SpringVaadinServletRequest, BootstrapHandler and searching google + Vaadin forums I found the simplest solution to be to allow this add-on to accept popups based on URL:s in addition to popups based on UI:s. Then I can open a popup using a url pointing to a UI annotated with @springui which makes vaadin-spring-boot happy...
The text was updated successfully, but these errors were encountered: