Top "Liferay-6" questions

Liferay is an open source Java portal and social platform.

How to get Server Name and Server Port from Liferay velocity template?

In jsp page we can get Server Name and Server Port by using request.getServerName() and request.getServerPort().` As we …

liferay-6 liferay-velocity
How to deploy a portlet to Liferay from Eclipse

I've made a portlet in Eclipse and now I'd like to deploy it to a running Liferay-6.1 instance and debug …

eclipse liferay liferay-6 liferay-ide
Liferay Portlet and JSF : Redirect during Render Phase

I have a problem to implement a simple HTTP redirection. I use Liferay 6.0.6, our portlets are build with JSF2.0 / PortletFaces. …

redirect jsf-2 liferay portlet liferay-6
Using Jquery code inside Liferay 6

I am using Liferay 6 for the Application . I wanted to use , Jquery for the User Interface Part instead of default …

jquery liferay liferay-6
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
How to get client side portlet-id in liferay?

I'm using AlloyUI in my liferay portlet. I want to use my <input>'s id in javascript. The …

liferay liferay-6 alloy-ui
How to close a Liferay.util.openWindow popup window?

I load the WebContent edit portlet on a Popup window using the following code: <liferay-ui:icon image="edit" message="…

liferay-6
"A is not defined" inside of <aui:script> block

I'm trying to extend some functionality of an existing Liferay portlet. As part of this, I would like to use …

liferay liferay-6 alloy-ui
How to make the ResourceResponse to forward the request to error page in liferay portlet

I am trying to forward my request to error page when error occurs during generating excel sheet. Here is sample …

java model-view-controller portlet liferay-6 forward
How to call specific method of portlet.java class rather then overide serveResource method?

I want some help in liferay with ajax. Right now I am calling the ajax method from my view.jsp …

ajax jquery liferay portlet liferay-6