python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Check when a form-field component is loaded in React based module
I've created a Liferay form-field module based on React.
I want to manipulate the component with Javascript but as the code fires when DOM is ready, but the component isn't, the code doesn't work.
The...
Carlos Durán
Votes: 0
Answers: 0
Liferay rest-build project unresolved requirement problem
I'm trying to deploy a Liferay rest-builder project. These are the steps I follow to do it:
I create a rest-builder project with Liferay Developer Studio wizard.
I edit the *-impl/rest-openapi.yaml f...
Carlos Durán
Votes: 0
Answers: 1
Popup showing current page instead of new page
I have two JSP files first.jsp and second.jsp. I have loading second.jsp on a popup from first.jsp. I have tried multiple approaches but none of the approaches works. The popup shows current page(firs...
Code Master
Votes: 0
Answers: 0
How can I select a display page template for a webcontent article, programmatically in liferay?
I've been trying to create webcontent articles programmatically in liferay 7.3.5. I've succeeded in creating and updating them but adding a display page template hasn't been succesful.
I use the metho...
Lincolnmyth
Votes: 0
Answers: 0