spring icon indicating copy to clipboard operation
spring copied to clipboard

Widgetset property of application.properties is ignored when using vaadin-spring-boot

Open vaadin-bot opened this issue 7 years ago • 1 comments

Originally by snitsche on 2015-04-30 22:44:18 +0300


It seems as if the widgetset-property in application.properties (vaadin.servlet.params.widgetset/vaadin.servlet.widgetset - neither works) is ignored in current vaadin-spring-boot version, leading to the problem that alway the default Widgetset is loaded.

I don't know if is the correct place but I would expect a Widgetset property in VaadinServletConfigurationProperties - which is not.

Everything works fine when using the @Widgetset annotation at a specific UI though.


Imported from https://dev.vaadin.com/ issue #17703

vaadin-bot avatar Sep 20 '16 12:09 vaadin-bot

Widgetset and theme can be customized on a UI level with annotations. While it might be helpful in some applications/deployments to configure them with parameters globally, this will not be implemented for 1.1.0.

hesara avatar Oct 21 '16 12:10 hesara