Java-technology-based web component, managed by a portlet container that processes requests and generates dynamic content.
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-mvcI have download a Jquery Image Slider source and want to integarte with my JSP File This is my Folder …
javascript liferay portletI have to use some JavaScript and CSS for my portlet. I am using some datable jQuery for sorting and …
javascript css jsp portlet liferay-6I'm attempting to develop a portlet for liferay. How can I get access to the username and password (and other …
liferay portletWhen I developed my portlet and when i wrote my jsp page I used: <%@ taglib prefix="portlet" uri="http://…
eclipse portlet taglibI'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-mvc