Spring Portlet MVC tries to reuse features from Spring MVC framework to ease development of Java Portlets.
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 jasigIn 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-mvcThe differences between @RequestMapping, @ActionMapping and @RenderMapping are not very clear to me. It seems that all of the above …
spring-mvc annotations spring-portlet-mvcI'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-mvcMy 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-mvcI 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-mvcI'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-mvcI develop a portlet in Spring MVC which is deployed in Liferay. Apparently, I have a problem with render phase …
portlet spring-portlet-mvcI'm developing a portlet with Spring MVC Portlet and deployed in Liferay. My intention for this portlet is to show …
portlet spring-portlet-mvcI 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