Java: Could not resolve view with name in Spring MVC
问题 I am facing this error while I am clicking on a link to display a page. I'm using Spring MVC Tiles. Error: javax.servlet.ServletException: Could not resolve view with name 'contact' in servlet with name 'dispatcher' Below is the code. tiles.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd"> <tiles-definitions> <definition name="base.definition"