Questions tagged [liferay-ide]

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

It provides support for developing all plugins of liferay including Portlets,themes,hooks,layouts and ext-plugins

It is available as a set of Eclipse plug-ins installable from an update-site or an an all-in-one download. For installation use one of the following methods:

  1. Update site URLs for Eclipse 3.6.x,3.7.x,3.8.x/4.2.x: http://releases.liferay.com/tools/ide/eclipse/juno/stable/
  2. Download all-in-one bundles from here: http://www.liferay.com/downloads/liferay-projects/liferay-ide

For full installation instructions see the official documentation for installation. Then you can see the getting started tutorial here.

Liferay developer studio

It is a bundle of Eclipse+Liferay plugins available for Liferay enterprise edition(Liferay EE) customers.It provides additional features on top of the basic eclipse Liferay plugin.

  • Apart from tomcat,it provides additional support for Weblogic and websphere adapters
  • It provides Kaleo designer to create and design custom workflows

Additional references Liferay IDE vs Liferay developer studio

209 questions
1
vote
1 answer

Liferay jsp page not found

I've got a problem with redirecting to a jsp page.

← New Search

Eclipse…
Matej Šípka
  • 190
  • 4
  • 24
1
vote
1 answer

AUI Autocompletelist cache issue

Iam using this script show list of address using the autocomplete list.Everything seems to be working fine. My address table has only 3 entries but it shows some previous values .How to get rid of this…
playmaker420
  • 1,527
  • 4
  • 27
  • 52
1
vote
2 answers

Liferay 6.2 User permissions

I have created a 'Site User' role which is appropriate for users who will be Viewers on every available portlet. For example a user with this role should be only allowed to view documents in Documents and Media portlet but not allowed to add a new…
jkonst
  • 433
  • 6
  • 20
1
vote
1 answer

How to handle invalid authentication in liferay sign in portlet

Im trying to customize the login portlet for my purpose using this portlet login sample. But when i login with test@liferay.com with a wrong password it shows "web page is not available" SignInPortlet.java public class SignInPortlet extends…
playmaker420
  • 1,527
  • 4
  • 27
  • 52
1
vote
1 answer

Cannot deploy new Liferay theme "The filename or extension is too long"

I'm new to Liferay and Eclipse, and I'm trying to do some simple theme development. However, once I right click my theme (which I just created) and go to Liferay->SDK->deploy I get the following error: BUILD…
Fetus
  • 985
  • 2
  • 12
  • 23
1
vote
2 answers

Error creating Liferay plugin project

I'm new to Liferay/java/Eclipse. I'm trying to set up a simple Liferay Plugin project, but whenever I try to create the project and click Finish, I get the error message: "Error creating Liferay plugin project." Here is the configuration I'm…
Fetus
  • 985
  • 2
  • 12
  • 23
1
vote
0 answers

Liferay 6.2 kaleo-web portlet

I would like to know if anyone has ever extended kaleo-web portlet of Liferay in order to modify a file like single-approver-definition.xml. How is this possible using an IDE like eclipse since kaleo-web is located on first level of webapps…
jkonst
  • 433
  • 6
  • 20
1
vote
1 answer

How to change portlet title on tab change in liferay 6.2

I have a sample tabview portlet.Which is basically a tabview with 4 tabs.I want to change the portlet title while i change the tabs. View.Jsp <% String redirect = ParamUtil.getString(request, "redirect"); %>
playmaker420
  • 1,527
  • 4
  • 27
  • 52
1
vote
3 answers

Cannot create Liferay plugin project

I'm new to Liferay's universe, I'm trying to create a portlet but Eclipse throws this error : Error Creating Liferay plugin project, please see eclipse error log for more details. I checked the .log file : !ENTRY com.liferay.ide.project.core 4 0…
RidRoid
  • 961
  • 3
  • 16
  • 39
1
vote
3 answers

How to remove sign in functionality from Liferay portal

How to remove sign in functionality, which will display on right top corner of the Liferay portal guest page? I tried to delete the #sign-in from custom.css file of classic theme which is the default theme for Liferay, but it did not work.
user2313833
  • 139
  • 1
  • 2
  • 14
1
vote
1 answer

Liferay setup in production

We are currently in the process of developing liferay portal web application for our CMS. We are using liferay bundled with tomcat.I have also written some hooks do some customization. Currently we are at the end of first milestone and thinking of…
Mani
  • 283
  • 3
  • 21
1
vote
1 answer

Liferay Portlet development Ivy

I'm trying to develop a portlet using JSF and Primefaces, When I create my project under eclipse kepler (using plugin sdk 6.1.1), I have a problem on portlet.xml : Could not resolve Portlet class "javax.portlet.faces.GenericFacesPortlet" and…
wadi3
  • 226
  • 3
  • 13
1
vote
0 answers

Liferay Autofield with DatePicker

I have a aui form with Liferay.Autofields enabled. The fields that I am duplicating with Autofield has a button and a textfield. The button click will trigger the datepicker and the selected value should be stored in the textfield. And, when I click…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
1
vote
1 answer

custom fields liferay language support

I have custom field with input text. I have added arabic language support in control panel but when I insert an arabic word it says Users and Organizations is temporarily unavailable. How to solve this issue? This is what happened in console…
Munadel
  • 107
  • 2
  • 12
1
vote
1 answer

Liferay organization portlet

Is there any way to make a portlet for organizations i have made in control panel ? it must be like this >> users logged in and see a portlet for their organizations and can edit update delete upon there request . i have created organization…
Munadel
  • 107
  • 2
  • 12