Controller for .gsp/.page

@jabanero, with the UI framework , if you follow the standard naming convention , you dont need to return any variable for the view. you’re actually supposed to return null .

  • The internal view resolver only works with the jsp technology.
  • To return a name for the view , youll have to do other configuration with the UI framework , not spring. kindly take a look at the above links
2 Likes