Questions tagged [spring-portlet-mvc]

Spring Portlet MVC leverages the capabilities of the Spring MVC framework to simplify the creation of Java Portlets.

Spring application: Unable to find a handler for portlet request with mode 'view' and phase 'Resource_PHASE'

It seems like everything is set up correctly, but for some reason, my ajax call fails with the error message "No handler found for portlet request: mode 'view', phase 'Resource_PHASE'". The handler URL I'm using is "getAllFruit", which is mapped to the ac ...

The spring controller sends back HTML content

Currently, I am working on a project involving Spring MVC, Liferay, and jQuery. One issue that I am facing is related to an ajax request (post) which calls a controller method annotated with @ActionMapping. When the ajax callback function is triggered, th ...