Fórum

How to see portlet configuration page in Liferay?

thumbnail
Kravchenko Dmitry, modificado 11 Anos atrás.

How to see portlet configuration page in Liferay?

Regular Member Postagens: 139 Data de Entrada: 04/10/10 Postagens Recentes
When creating portlet in Liferay IDE, I have configured it to have Liferay's configuration mode. In response, the wizard created config.jsp file with the following text:

<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
    
<portlet:defineobjects />
    
This is the <b>MyPortlet</b> portlet in Config mode.


How to call this page from Liferay to see this text? When clicking wrench icon and selecting `Configuration` I see nothing similar.
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: How to see portlet configuration page in Liferay?

Liferay Legend Postagens: 14915 Data de Entrada: 02/09/06 Postagens Recentes
It should be under the 'preferences' item of the wrench, not configuration...
thumbnail
Kravchenko Dmitry, modificado 10 Anos atrás.

RE: How to see portlet configuration page in Liferay?

Regular Member Postagens: 139 Data de Entrada: 04/10/10 Postagens Recentes
Preferences menu item calls "edit.jsp", not "config.jsp".