Questions tagged [liferay-6.2]

The current (June 2021) version of Liferay is 7.4 - Liferay 6.2 was released in 2013, with the last GA update in 2017. Consider upgrading asap. If you're still running Liferay 6.2 CE, at least have this security patch https://liferay.dev/blogs/-/blogs/security-patches-for-liferay-portal-6-2-7-0-and-7-1 installed. A lot more information is available in the main liferay tag.

The current (June 2021) Community Edition version of Liferay is "Liferay Portal 7.4 GA2" - the current enterprise supported version is "Liferay DXP 7.3".

Liferay Portal 6.2 (CE and EE) was released in 2013, with the last CE GA update in 2017. If you're still running this version: Consider upgrading asap. At least you definitely should have this security patch installed.

A lot more information is available in the main tag.

154 questions
0
votes
1 answer

liferay velocity portlets instead of jsp

I have created liferay theme using velocity and portlets using jsp. Can anyone please tell me whether we can create portlets using velocity instead of jsp's. I google for some velocity portlets in liferay but could'nt find any. Also I would like to…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
0
votes
1 answer

required-deployment-contexts not working for Liferay 6.2?

I have read that specifying a required-deployment-contexts entry in my liferay-plugin-package.properties file would do an automatical service-jar copy process into my portlets WEB-INF/lib. I can´t get this to work: I have Portlet A and Portlet B. I…
Breiti
  • 579
  • 5
  • 21
0
votes
1 answer

Portlet Configuration window does not open

Following dependencies issues into a MVC spring Liferay portlet, I tried to rebuild it from scratch. Most of it is now OK but the portlet preferences. It used to work on the former portlet but does not on the built from scratch portlet. I have…
A.D.
  • 1,062
  • 1
  • 13
  • 37
0
votes
1 answer

Theme without responsiveness

I am migrating my application to Liferayv 6.2 but I wantt to make the theme non responsive. How can I do that?
0
votes
0 answers

Liferay custom attributes blank only after login

I created two custom attributes linked to the User resource in my Liferay 6.2 CE GA1 Installation. In my local environment I have no problems when I read these attributes but in production environment, any time I login, I get blank when I try to…
ascatox
  • 51
  • 5
0
votes
2 answers

Using an external Link in Liferay Structure/Template

Currently I'm developing a Structure/Template combination in Liferay 6.2 and I discovered a problem. In my Structure the user can type an url to an external site ("www.google.com" for example):
Hookerino
  • 25
  • 4
0
votes
1 answer

liferay id generator accross the database

I have been given a task to migrate users from customers database to liferay portal. I have already managed to find all the places I need to fill with data, to make a user functional (USER_, USERS_GROUPS, CONTACT_, LAYOUTSET, EXPANDOVALUE). The only…
khartvin
  • 551
  • 1
  • 7
  • 20
0
votes
1 answer

Lombok compile errors with ant?(liferay6.2)

I am using lombok.jar in liferay6.2 portlet application. Kepler Eclipse IDE recognize lombok.jar. But when I compile with apache-ant-1.9.6 I am getting Errors.
0
votes
1 answer

Liferay doesn't authenticate Active Directory users

I have been trying to access liferay using my Active Directory account but i am not able to sign in, knowing that the users are imported successfully but it seems that liferay doesn't import the passwords. How can I solve this issue? AD Environment:…
0
votes
2 answers

Getting value of key from Web Content Display Portlet

I got a requirement. I have added two text fields Value and Key from structure in Web Content Display portlet. right now in the portlet i am getting value from hard code like below. BasicModel model =…
Akash
  • 816
  • 3
  • 13
  • 38
0
votes
1 answer

How to create link in portlet to another page with liferay 6.2

I am using Liferay 6.2 and Tomcat 7. First question, i have page like this http://localhost:8080/group/page-two-portal/good and i want to create a link that can access to that page. How to create link in portlet to that page ? Second question, i…
Febry Fairuz
  • 521
  • 1
  • 10
  • 27
0
votes
1 answer

How to setting LDAP for permanent on Liferay 6.2

I'm newbie with Liferay, i'm using Liferay 6.2 CE ga 4 Tomcat 7.0.42. My liferay connect to : Database using MySQL (potal-ext.properties) User authentication using LDAP (follow the instructions from here and here) It's worked, but when i stop and…
Febry Fairuz
  • 521
  • 1
  • 10
  • 27
0
votes
1 answer

Liferay Portal 6.2 Customise Calendar-Portlet - Error in view_calendar.jsp and view_calendar_resources.jsp

I am a newbie for Liferay and trying to customize the calendar-portlet for 2 way synchronization. I am using Ant for build. Below are the steps I have followed till now. Downloaded liferay-plugins-sdk-6.2-ce-ga4-20150416163831865.zip…
ABHISHEK MANU
  • 27
  • 1
  • 3
0
votes
1 answer

Liferay permissions issue after moving files in doc lib

Using liferay 6.2 api to insert images in document library. The code also moves images from one folder to another folder But After moving the images their folders do not get guest view permissions and images can't be viewed. I have two groups…
Coder
  • 3,090
  • 8
  • 49
  • 85
0
votes
1 answer

Add new fields to create_account.jsp without custom fields functionality in Liferay

I want to add 15 new fields to my user account creation page in Liferay. How it is possible other than custom fields, expando tables? Because I know how to use custom fields. I have more fields so it will be difficult to manage. Through hook I want…