0
votes
1answer
51 views

Liferay: Error opening portlet.xml from eclipse

I'm working with Eclipse Helios nd using Liferay Portal version 6. I have already installed the Liferay IDE plugins and I installed the required software for working on this platform. But I am still ...
2
votes
1answer
375 views

Liferay kaleo Workflow isn't working

I am using Liferay 6.1.1 CE. I've created a multilevel kaleo workflow, by writing a definition in a xml file and loading it to the server. It works fine. My problem is in the role assigning. I have ...
1
vote
4answers
583 views

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 it. I guess this should be described in documentation, but I was only able to found how to ...
1
vote
2answers
4k views

Tutorial for creating own portlet in liferay with eclipse

I want to create My Own Portlet With the Eclipse JUNO for Liferay. I have googled a lot but that's provide me only for using with netbeans so can anyone guide me or give me link of the tutorial for ...
0
votes
1answer
277 views

Liferay Developer Studio not resolving package com.liferay.portal.upload

I'm trying to customize the Liferay Web Forms portlet to accept a file control, and I've just about gotten everything working except for the UploadPortletRequest to handle the actual uploading of the ...
1
vote
1answer
102 views

Recently assigned variable loses its value in the next line

I am creating a Liferay portlet in Liferay Developer Studio (which is Eclipse) and found a very, very strange behavior. In one JSP, every time some specific variable is set, its variable has its ...