Questions tagged [liferay-7.2]

For questions regarding Liferay Portal CE 7.2 or Liferay DXP 7.2, released in June 2019

See for version independent details on Liferay Portal and Liferay DXP.

Liferay CE and DXP 7.2 were released in June 2019. The architecture is based on , and the backend is implemented in , with the use of many web-related different frameworks, languages on the frontend.

39 questions
0
votes
0 answers

not working after deploying project into AWS

In jsp created some buttons using , In local those buttons are working as expected but after deploying project into AWS, Buttons are not working. i inspected button on clicking button nothing showing in console. This is code creating…
0
votes
0 answers

how to change data type range in liferay

In tables.sql file liferay created image table create script create table Product_Image ( uuid_ VARCHAR(75) null, id_ LONG not null primary key, view VARCHAR(75) null, imageUrl VARCHAR(75) null, productId LONG, createDate…
0
votes
0 answers

Blank data comming in controller layer

In HTML form trying to select size, After selecting not getting "size" data from "actionRequest", I name "namespace" but not working. if i click "Add Product" button without selecting size we get alert to select size. After using "namespace" if i…
0
votes
1 answer

In liferay project While fetching html form values getting null result

In jsp i am making use of html form to display and select list of brands. Once i click submit button after selecting some brands, Accesssing those in controller layer that time giving null result. This is form displaying brands
0
votes
0 answers

Adsense integration with Liferay 7.2

I was wondering if there is an example on how to integrate Google Adsense with Liferay 7.2? There are some examples with Liferay 6.2 but nothing with 7.2. Thx
Jacques
  • 11
  • 1
0
votes
1 answer

Use Liferay 7.2 Elastisearch Custom Filter to exclude all Web Content Articles with specific tag

I'm attempting to exclude all Web Content Articles with tag "no-search" applied to them from appearing in search results. However, I'm having difficulty figuring out how to set up the Custom Filter widget for that. Here's what I have: Filter Field:…
RiverTam
  • 304
  • 1
  • 9
0
votes
0 answers

Add pannel in Liferay 7.2 doesnt show the basic web content

I have a web developed in Liferay 7.2. Suddenly, in the server instance, when i try to add contents to pages the add panel doesn't show the Web Contents. Any help? thx Even cleaning the work and temp and restarting the tomcat the content is not…
Javier
  • 1
  • 1
0
votes
1 answer

How to use slf4j logger instead of builtin Liferay DXP 7.2 logger in mvc-portlet?

I can't figure out how to turn off the default logger and use slf4j instead of the default in Liferay DXP 7.2 mvc-portlet. A working example would be great. I have already tried: Implementing Logging How to disable XML Log Files in Liferay 7.x Using…
Greg
  • 163
  • 1
  • 2
  • 9
0
votes
1 answer

Liferay 7.2 - use journalarticle class in custom jsp hook

I have a module PortalHook that contains : my class XCustomJspBag implements CustomJspBag my jsp file terms_of_use (custom_jsps/html/portal/terms_of_use.jsp) I need to use the JournalArticle class in this jsp file but when I add the following…
DyM
  • 628
  • 1
  • 6
  • 16
0
votes
1 answer

Programmatically get list of Portlets deployed in Liferay 7.2

I want to create a custom widgets tab where I want to display a list for available portlets. Is there any way to find out the list? Thanks in advance.
Vishuu
  • 1
  • 5
0
votes
0 answers

Errors when adapting an Angular application in Liferay

I'm trying to adapt an Angular 10 application (a hello world application generated by Angular CLI) to run as a widget in Liferay 7.2 (using liferay-js:adapt). When I deploy the jar the browser displays the following errors: Error: The following…
javaxiss
  • 680
  • 3
  • 13
  • 34
0
votes
1 answer

Is there a way to get the fields of a form submitted by workflow in Liferay?

I am working with Liferay 7.2. I am trying to get the fields of the forms that are sent by notification to the user through a workflow, it is a form created by liferay (Content & Data -> Forms). I have developed the following code: import…
NoSe
  • 99
  • 8
0
votes
1 answer

How to connect Liferay 7.2 CE with Oracle database using JNDI

If I have Liferay 7.2 Community Edition and want to use Oracle 12c as an external database for my business data then what would be the simplest and best way to connect using JNDI? Can I create DataSource in Tomcat and use JNDI lookup to connect with…
Joy
  • 560
  • 1
  • 8
  • 28
0
votes
0 answers

Liferay Module Project Creation in Liferay 7 Tomcat Server using Eclipse

I am trying to create a Liferay Module project using Eclipse. I tried by changing the perspective and then File -> New -> Liferay Module Project. The project got successfully created, but when I try to deploy it using the drag and drop on the…
0
votes
0 answers

Liferay instance setting

I have one issue in updating the instance settings. The error comes like below when I am updating an instance setting in Liferay. It is an error like is null pointer exception please suggest any solution. 2020-03-26 06:51:13.317 ERROR…