Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Adella Garcia   on Jan 19 In Java Category.

  
Question Answered By: Ujala Hashmi   on Jan 19

In one of my portlets I needed to have edit icon, and in onclick action it shows my own page. "edit.jsp"

so in portlet-ext.xml add

<init-param>
<name>edit-action</name>
<value>/ext/updates/edit</value>
</init-param>

and

<portlet-mode>edit</portlet-mode>

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Liferay Portlet mode Or get search suggestion and latest updates.


Tagged: