Tagged Questions
0
votes
0answers
87 views
How to make structural theme with Spring MVC?
I want to create structural theme feature for my application, I tryied to use the theme feature of spring mvc but it's used to find a different css, so it only works on CSS based application theme.
...