If you are using Spring portlet in Liferay, in portlet.xml, you have to make entry of org.springframework.web.portlet.DispatcherPortlet against portlet-class tag.
Add org.springframework.web.servlet.ViewRendererServlet in web.xml against servlet-class tag.
One additional xml file is added i.e xyz-portlet.xml where xyz is portlet name.
Add org.springframework.web.servlet.ViewRendererServlet in web.xml against servlet-class tag.
One additional xml file is added i.e xyz-portlet.xml where xyz is portlet name.