Top "Spring-portlet-mvc" questions

Spring Portlet MVC tries to reuse features from Spring MVC framework to ease development of Java Portlets.

Injection of autowired dependencies failed nested exception

I am trying to deploy Map Portlet which is a spring MVC frame work. I am getting error while deploying …

spring spring-mvc portlet spring-portlet-mvc jasig
spring-mvc (portlet): how to return a pdf file in open file dialog?

In my @ActionMapping I create a PDF file for the user. Now I was wondering how I can return this …

java spring spring-mvc portlet spring-portlet-mvc
Difference between @ActionMapping,@RequestMapping,@Rendermapping

The differences between @RequestMapping, @ActionMapping and @RenderMapping are not very clear to me. It seems that all of the above …

spring-mvc annotations spring-portlet-mvc
How do I render a JSON view/response via AJAX using Spring MVC annotation-based controller for portlets?

I've spent the last six hours scouring Google and stackoverflow for an answer to this question. I'm originally a PHP …

ajax json spring-mvc portlet spring-portlet-mvc
how can i get the PortletRequest

My problem is to obtain PortletRequest from HttpServletRequest I put this sentence: PortletRequest request = (PortletRequest) HttpServletRequest.getAttribute(); What should I …

java servlets httprequest portlet spring-portlet-mvc
Spring portlet mvc: @Valid does not seem to work

I created a bean class and use it in my controller but it does not seem to work. Namely even …

java spring validation portlet spring-portlet-mvc
How to call @RequestMapping method of Controller having specified URL using AJAX

I'm very new to Spring and Portlet. I want to use jqgrid to show some list. I am trying to …

ajax spring portlet spring-portlet-mvc
No handler found for portlet request: mode 'view', phase 'RENDER_PHASE'

I develop a portlet in Spring MVC which is deployed in Liferay. Apparently, I have a problem with render phase …

portlet spring-portlet-mvc
Spring MVC Portlet and Liferay: No matching handler method found for portlet request actionUrl

I'm developing a portlet with Spring MVC Portlet and deployed in Liferay. My intention for this portlet is to show …

portlet spring-portlet-mvc
Serve PDF in Spring Portlet MVC Architecture - Liferay 6.0.6

I was looking for a way to send a PDF (direct display) file to the browser through Liferay Portal. Found …

spring-mvc liferay liferay-6 portal spring-portlet-mvc