Top "Portlet" questions

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

Get friendly urls to work in Liferay

I wanted to enable friendly urls in liferay for my JSR-268 Portlets. I configured the friendly url mapper as I …

url liferay portlet
How to regain Login Portlet in liferay

I am new to liferay 5.1 technology. I by mistake removed the login portlet and now I am not able to …

login liferay portlet invisible
How to set a Cookie in Liferay portlet?

I am having problems of trying to set a session cookie(s) in Liferay 6.0 portlets. I want to be able …

java portlet liferay
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
AUI is not defined and Liferay is not defined error in jsp page?

I am using my custom portlet in liferay. but somehow when i run my portlet i m having following error …

liferay portlet liferay-6 liferay-theme
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
Adding items dynamically/programmatically to jQuery-ui sortable

I have some jQuery UI Portlets similar to this: http://jqueryui.com/sortable/#portlets and what I want is to …

javascript jquery jquery-ui portlet
respond to http request with json object in portlet

I am a beginner in liferay portlet development and I am developing a portlet that receives a http get request, …

json liferay httprequest portlet
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