Message Boards

Using JS Portlet on a PanelApp on 7.2 CE

thumbnail
Fernando Fernandez, modified 4 Years ago.

Using JS Portlet on a PanelApp on 7.2 CE

Expert Posts: 396 Join Date: 8/22/07 Recent Posts
Hi guys,
I'm trying to use a JS portlet from the product menu. The JS portlet works well when deployed on a single page.
Then I created a PanelApp in DevStudio named SamlePanelApp. It worked well, so I replaced the generated portlet name with my JS portlet name, on SamplePanelAppPortletKeys.

The problem is that when I click on the menu option the only output I get is an empty page. No errors, neither on the Tomcat console nor the javascript console.
Any ideas?
TIA
Fernando
marvin ros, modified 3 Years ago.

RE: Using JS Portlet on a PanelApp on 7.2 CE

Junior Member Posts: 35 Join Date: 5/9/19 Recent Posts
Hi Fernando,

I am stucked with the exact same problem... 

Have you found a solution by now?

Would be great if someone could help us out here emoticon 

Thank you in advance!
marvin ros, modified 3 Years ago.

RE: Using JS Portlet on a PanelApp on 7.2 CE

Junior Member Posts: 35 Join Date: 5/9/19 Recent Posts
Hey, i figured out that I only missed this Portlet property:

"javax.portlet.init-param.portlet-title-based-navigation":true
after adding this the js portlet is displayed in liferay backend as a panel app
thumbnail
Fredi B, modified 3 Years ago.

RE: Using JS Portlet on a PanelApp on 7.2 CE

Junior Member Posts: 69 Join Date: 4/1/20 Recent Posts
marvin ros:

Hey, i figured out that I only missed this Portlet property:

"javax.portlet.init-param.portlet-title-based-navigation":true
after adding this the js portlet is displayed in liferay backend as a panel app
That's great!
This solution also fixed my problem with p_p_state=maximized. 
Thank you.