I want to put in my project access to a page in a views subdirectory. Type views/pessoa/criar.jsp
.
How can I write a controller that accesses this page?
I'm using Spring MVC 3 and InternalResourceViewResolver
.
I tried redirect and could not.