Using Tiles with Spring MVC


/ Published in: Java
Save to your folder(s)

The way to tell Spring MVC to resolve logic view names to Tiles "definition" name is, in a DispatcherServlet configuration file, define a bean of type UrlBasedViewResolver with viewClass org.springframework.web.servlet.view.tiles2.TilesView

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.