Please tell me how can I call a HTML5 page from my controller using any view resolver.How to integrate dynamic HTML5 in Spring MVC
Asked
Active
Viewed 2,416 times
1 Answers
0
-
Thanks for your response but I want a way in which I can call a dynamic html5 page that can show some specific/dynamic content based upon the click by user, for example if a user selects among given categories then next html5 page should show the data of this selected category, I cant create new static html5 pages for all the categories.The way you told is best for showing any static html5 page that does not change based upon the user click. – user3626306 Sep 03 '15 at 08:27
-
You will have to achieve that using ajax/jquery. – Saurabh Sep 13 '15 at 16:49