Good morning. Here in my office we are very new with MVC Spring framework. We are making a
jsp page, with a list of link, each link should call a different jsp page. Each link should point to different pages, something like one page for people search, another page displays some statistics etc etc. The poin is: should the jsp page call its own controller and the controller calls the next jsp choosing between N pages to call, or should the jsp call one controller for each jsp?

thanks a lot. Bye