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
1
vote
0 answers

override serve resource of user account in Liferay using hooks

I am using Liferay 6.2. I made a hook to add some extra fields in User-My Acccount page. On key press of these fields, an ajax call needs to be invoked. I read lifery service override and trying to follow the same approach: It works for updating…
user596502
  • 417
  • 3
  • 10
  • 22
1
vote
2 answers

Liferay kaleo workflow issue

My use case is pretty straight forward for using single approver workflow for Web Contents. User create web-content It Goes for review If Reviewer approved it got display If Reviewer reject, it should view as denied and user should able…
aston
  • 632
  • 5
  • 17
1
vote
0 answers

Apache httpd can't connect to Apache Tomcat 7

I'm using Liferay 6.2 EE and Apache Tomcat 7. I had to re-IP my server, and now whenever I hit my URL to my Liferay portal I receive a 404 page not found error. I restarted Apache httpd and I restarted Apache Tomcat 7. Both are up and running. My…
Samantha
  • 91
  • 9
1
vote
1 answer

How to display selected checkboxes ? Spring-Jsp

I'm new java developer and I need your help. I 've seen already questions-answers with similar topic but still I am not sure how to handle it, so I thought to ask for some help. I am using Liferay 6.2 & Spring and I have a jsp page with my form that…
1
vote
2 answers

Clicking on label of Liferay AUI checkbox changes value of the preceding checkbox

I wrote this simple form in Liferay: PROBLEM: When I click on the label "ben", the…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

Customizing how values get displayed in a Liferay SearchContainer

My Liferay entity Person has a which points to the primary key of another instance of Person. This long shows up as a number in the SearchContainer table I created:
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
2 answers

Getting Parameter value from URL is not working

I have a portlet developed in Liferay platform in which I have added the logic to get the query parameter value from URL. I have got the site: http://localhost:8080/web/guest/example, Now this site is being called from the another external site that…
TechPro
  • 331
  • 1
  • 10
  • 29
1
vote
1 answer

Setting MVC renderParameter for Liferay Search Container

I'm developing a gallery application, which has two tabs (), both containing a search-container with the same columns, one shows the uploaded images, and the other one is showing the uploaded images by current logged in user id (uploader…
Peter
  • 323
  • 1
  • 16
  • 46
1
vote
1 answer

Liferay Theme: get Portlet Window State

I'm building a freemarker theme for my liferay 6.2 and I'm struggeling with getting the window state of the login portlet when I'm trying to access a page without the needed permissions. In this case liferay "intercepts" the requests and renders a…
1
vote
1 answer

Liferay 6.2 layout rows of different sizes

I have created a Liferay 6.2 Layout having four rows in single column where portlets are placed. The layout rendered correctly but the issue is that I need the four rows to have different height such as 15%, 25%, 30%, 30% which makes 100%. Can we do…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
1
vote
2 answers

Batch Commit for Inserting users in Liferay

We are trying to insert about 100k users in Liferay. Is there a way to have this all updated in one batch commit, instead of making separate calls to add each user?
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
1
vote
3 answers

Liferay overriding JSONAction using hook

Liferay has feature to modify Struts Action using hook which is straight-forward. However I am trying to override getJSON method of RateEntryAction. The use case is I need total positive score and total negative score instead of average score that…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
1
vote
1 answer

Selective workflow in Liferay

I am looking for selective workflow in Liferay. The usecase is I need message board posts to go to admin for approval only if it consists swear words in it. For detecting swear words, I plan to use service wrapper hook or model listener. But I see…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
1
vote
0 answers

Liferay LDAP mappings

I am encountering a problem where I am not able to map LDAP attributes to LR User attributes, which are not available in Control Panel (for example "comments"). For example, if I map LDAP attribute 'department' to LR User model attribute jobTitle,…
Reins
  • 1,109
  • 1
  • 17
  • 35
1
vote
0 answers

NoClassDefFoundError on **CacheModel

i am trying add a relationship between tables using below code after this have built service using **LocalServiceUtil.getCategoryItems(categoryId)…
Saleem Khan
  • 339
  • 3
  • 16
1 2
3
10 11