Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Using JS Portlet on a PanelApp on 7.2 CE
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
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
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
Thank you in advance!
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

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