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
2 answers

oAuth SSO on Liferay 6.2

I need to integrate on Liferay 6.2 GA6 a SSO from a web application that provide info by oAuth A native support doesn't exist. My problem is to create the automatic login on Liferay (after the user creation or if the user already exists). Any help ?
FilippoG
  • 329
  • 1
  • 2
  • 13
0
votes
1 answer

LIFERAY 6.2 Pagination --- Can I Set Current Page From Inside JSP?

I know I can set current page of my search container's pagination using an URL parameter (e.g. &cur=2). However, I want to do this from inside the JSP: just like I can set the delta in . Is this possible? Where…
John Doe
  • 191
  • 2
  • 15
0
votes
1 answer

Language Specific Custom 404 page in Liferay

I know the procedure for adding the custom 404 page. What I want is to fetch user language in 404 page and show the error message in his locale.
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
1 answer

Liferay 6.2 - load portlet from client side

I am using Liferay 6.2 as my portal platform. my question is if there is a way to load portlet via ajax? providing only the portlet id. e.g. this is the portlet info: my_portlet
0
votes
1 answer

Apply specific layout on Liferay portal page

This is my first question, so sorry for the mistakes. Actually, I want to apply my custom layout on liferay portal screen(s) like new password screen (physically that is not a layout and behaves like a pop_up over current page on first login, if…
Tahir Umar
  • 13
  • 5
0
votes
0 answers

PrincipalThreadLocal.getUserId() is 0 for Icefaces (1.8.2) portlets

I am basically implementing logger on the generic actions like saving portlet's preferences in store method of PortletPreferencesImpl. Here I am calling PrincipalThreadLocal.getUserId() to get user information. Everything is fine for the Liferay…
Parkash Kumar
  • 4,710
  • 3
  • 23
  • 39
0
votes
1 answer

programmatically set select type custom field in Liferay 6.2

I have created a structure in liferay which has custom fields associated to a DLFileEntry. This structure has custom: - text fields - integer fields - number fields - dropdown list field I can programmatically set all these fields, except for the…
DavideS
  • 41
  • 5
0
votes
1 answer

Liferay redirect to action URL after successful logged in

I have a requirement that if users is not logged in the URL will redirect to user's logIn page and if user already logged in then it will redirect to it's particular action. So for non logged in User after clicking on action URL I need to redirect…
DevangPatel
  • 51
  • 1
  • 2
  • 6
0
votes
2 answers

Query executed on liferay 6.2 database

Using third party software that monitors queries in a Microsoft SQL server database, the following query seems to be executed more 70000 times per day! select TABLE_QUALIFIER = convert(sysname,db_name()), TABLE_OWNER =…
jenny
  • 933
  • 2
  • 11
  • 26
0
votes
0 answers

Adding portlet on one instance removed it from another

This morning i encountered something really weird with liferay. We have two instances that are running liferay(test and production) , both connect o a single backend oracle database. We were surprisingly missing a portlet on the welcome screen on…
user1751510
  • 291
  • 2
  • 14
0
votes
1 answer

Liferay redirect to user's entered page post login

I have created a custom landing page hook in Liferay6.2. Suppose user enters abc.com/xyz. Then after login he should not be redirected to my custom landing page. Instead he should be redirected to xyz post login. My landing page should be selected…
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
2 answers

Get portlet type in Liferay 6.2 Hook

Inside Liferay 6.2 hook I want to know the portlet type(Asset Publisher/Web Content Display). Portlet name wont help me because User may have used custom title and in that case "Asset Publisher"/"Web Content Display" wont be accessible to me. Exact…
Dhruv Pandey
  • 482
  • 6
  • 18
0
votes
2 answers

Liferay Search Portlet Customization

I have a requirement in which I need to override the Liferay Default Search functionality in such a way that, whenever a user searches it should work in the following way: Already some third party restful services is available which return the…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
0
votes
1 answer

Is _diffs folder removed automatically when deploying Liferay theme?

I am investigating some problems in a deployed liferay theme, I am not able to find the _diffs folder there, so 1-is it always removed when deploying or the deployment manager did something wrong or it's the developers's decision ? 2-Is there any…
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
1 answer

How to use datePicker in in liferay6.2

I am beginner to Liferay. I want to know how to use datePicker in in Liferay6.2. Thanks and regard: Manoj Kumar.