Top "Portlet" questions

Java-technology-based web component, managed by a portlet container that processes requests and generates dynamic content.

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
Unable to include css and JS files in Liferay Portlet JSP Page

I have download a Jquery Image Slider source and want to integarte with my JSP File This is my Folder …

javascript liferay portlet
JavaScript and CSS not working in my liferay portlet

I have to use some JavaScript and CSS for my portlet. I am using some datable jQuery for sorting and …

javascript css jsp portlet liferay-6
Accessing the user from a liferay portlet?

I'm attempting to develop a portlet for liferay. How can I get access to the username and password (and other …

liferay portlet
How to show error message in liferay portal?

How to show error message in liferay portal? I read on liferay.com site that for show error message I …

java jsp liferay portlet taglib
Error in my taglib <%@ taglib prefix="portlet" uri="http://java.sun.com/portlet_2_0"%>

When I developed my portlet and when i wrote my jsp page I used: <%@ taglib prefix="portlet" uri="http://…

eclipse portlet taglib
Restrictions/disadvantages of developing portlets for Liferay

I'm considering developing an application as portlets, to be integrated in Liferay portal. Are there any significant disadvantages or restrictions …

java portlet liferay portal
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
Dozer mapping: NoSuchMethodException

I'm trying to convert one type to another, using dozer mappings. I've defined some beans like these: public class OneBean …

java spring portlet dozer
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