How to disable default success message in portlet?

Just have to add below lines in portlet.xml file inside <portlet>....</portlet> tag.


<init-param>
<name>add-process-action-success-action</name>
<value>false</value>
</init-param>

Comments

Popular posts from this blog

How to get context path in JQuery?

How to extend Liferay 6.2 session timeout by AJAX call?