I am trying to build simple search tab with thymeleaf and Spring boot. Here is my codes and html files.
scCountry.html
Do the below modifications in your controller and try
@GetMapping(value="/search") public ModelAndView SearchForm(Model model, SearchInput sInput) { return new ModelAndView("scCountry"); }
Hope you will get solved your error.