0

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

user3626306
  • 137
  • 2
  • 2
  • 9

1 Answers1

0

How to serve .html files with Spring

Community
  • 1
  • 1
Saurabh
  • 333
  • 1
  • 2
  • 11
  • 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