Questions tagged [liferay-dxp]

Use this tag to identify that you're using the Enterprise supported distribution of Liferay starting with Version 7.0. Also tag with the appropriate version, e.g. "liferay-7.2".

Liferay DXP stands for "Digital Experience Platform" - it is the enterprise-supported version of , and . In addition to the support is also offers extensions that are useful in the enterprise environment. Use this tag to identify that you're using the enterprise supported release, and remember to also tag the exact version that your question relates to.

The implementation is highly modularized, utilizing .

More information in the more basic and general version-independent tag that can easily go along with this tag.

"Liferay DXP 7.0" was initially released as "Liferay DXP" but later rebranded with the version information in the name (as newer versions were released). This tag has started as being limited to "DXP 7.0", but has been used independent of the exact version (7.0, 7.1, 7.2) for a long time. The updated tag description acknowledges this by asking for the version to be tagged additionally.

93 questions
1
vote
1 answer

How to redirect User to website specific landing page

I wanted to redirect user to default landing page based on the website access user has in liferay. I am using liferay DXP. I know how it can be done in liferay 6.2, but i don't have a idea how to override/extend DefaultLandingPageAction class in…
Dipti Ranparia
  • 570
  • 5
  • 17
1
vote
0 answers

Liferay DXP which portlet archetype to be backed by REST-Service

With Liferay DXP a new Rest-Service archtype is provided. I successfull created a Rest-service an deployed it on my DXP. My question is how to create/generate a portlet that uses the rest-service? Is there an archetype for a pure HTML/JS portlet? Or…
dermoritz
  • 12,519
  • 25
  • 97
  • 185
1
vote
1 answer

How to set the Mapping Type in Liferay DXP while Indexing a document?

We have a Custom entity in Liferay, also we are able to index it in the elastic search. By default, liferay sets the mapping type of all the indexed document as "LiferayDocumentType" in elastic search, we need to change it as "PublicationType". The…
Vishnu S Kumar
  • 666
  • 7
  • 24
1
vote
3 answers

How to build parent child relationship search in Elastic-search using Liferay API's?

We have a custom entity in Liferay called 'Publication'. It is indexed in Elastic-search and contains a field named 'journalArticleId'. Based on our search requirements if some user searches for any keyword in the journal article we have to return…
Vishnu S Kumar
  • 666
  • 7
  • 24
1
vote
1 answer

How to add link to images of AUI carousel

Using AUI carousel in liferay DXP (v 3.0). Liferay DXP uses AUI version 3.0 on each image it has redirect to different url. For following demo code redirection is not working
1
vote
0 answers

Liferay standard output polluted by PDFBox and PropsUtil

I wrote a Liferay module that imports JournalArticles (Web Content). While it works fine with most content, since I imported some particular content I get this: 15:36:13,901 ERROR [main][PDCIDFontType2:211] OpenType Layout tables used in font…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
2 answers

What is the difference between Indexer and IndexWriter classes in Liferay dxp?

I'm new to Liferay and ElasticSearch. What is the main difference between the Indexer class and IndexWriter class?. I used BaseIndexer for Indexing documents in Elasticsearch. The IndexWriter has some more methods which I believe are used for spell…
Vishnu S Kumar
  • 666
  • 7
  • 24
1
vote
1 answer

elasticsearch and liferay dxp search

I want to know how I get user information from liferay table in elasticsearch panel.Suppose I have created two users in liferay and reindex user entity then i want to get those data.Is there any way to get those user from elasticsearch panel…
Biswajit
  • 2,434
  • 2
  • 28
  • 35
1
vote
1 answer

Upgrading Liferay 6.2 maven plugins into Liferay 7 module

There are many sites which provides articles for upgrading liferay 6.2 to dxp but only for ant project. How can we upgrade liferay 6.2 maven project to liferay dxp gradle project ?
0
votes
0 answers

How to assign an existing Site Template to a Site Programmatically in Liferay DXP 7.4

I have found some solutions but they are old like 2014 or more I want an updated solution to this problem. I am using Liferay DXP version 7.4 I have tried this code but its not working : LayoutSetPrototype layoutSetPrototype =…
Ali Raza
  • 1
  • 3
0
votes
0 answers

AutoLoginFilter: Current URL /health/index.html Generates Exception

This message fills the logs and makes anything else difficult to see. ERROR [ajp-nio-127.0.0.1-8009-exec-76][AutoLoginFilter:256] Current URL /health/index.html generates exception: null I don't know what is this error. I got this error log from…
0
votes
0 answers

Liferay 7.4 extend session returning internal server error from Liferay until fetch

In Liferay 7.4 session.js Liferay.util.fetch(“/c/portal/extend_session”) retuning 500 status and “internal server error” in browser console. In server log “unable to extend session” warning is throwing. Because of this user becoming in active and…
Sami
  • 21
  • 4
0
votes
0 answers

When doing ajax call user session becomes inactive

In Liferay 7.4. in custom portlet whenever I do Jquery ajax call it calls c/portal/expire_session and user session becomes inactive and have to do login again. Checked all portal_ext and portal.properties files and filters and hooks. still no luck.
Sami
  • 21
  • 4
0
votes
1 answer

Question about Liferay DXP Forms: When are they the best choice?

I have a question that requires clarification. It would be greatly appreciated if someone from the Liferay team could answer it: When is it appropriate to use Liferay Forms, and when is it not? We acknowledge that Liferay Forms is an excellent…
Gnaniyar Zubair
  • 8,114
  • 23
  • 61
  • 72
0
votes
1 answer

Getting: org.apache.jasper.JasperException: /view.jsp(35,3) PWC6117: File "/assignment/entry_search_columns.jspf" not found

The problem is: javax.portlet.PortletException: org.apache.jasper.JasperException: /view.jsp(35,3) PWC6117: File "/assignment/entry_search_columns.jspf" not found I am trying to build the gradebook application by watching the tutorials from…