Skip to content

Instantly share code, notes, and snippets.

@fanqi
Last active July 25, 2017 09:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanqi/b0d6dc1a9a0eedcd1446c0633a41f35b to your computer and use it in GitHub Desktop.
Save fanqi/b0d6dc1a9a0eedcd1446c0633a41f35b to your computer and use it in GitHub Desktop.
line 9-12:hide 'Your request completed successfully.' in liferay-ce-ga6
<portlet>
<portlet-name>demo</portlet-name>
<display-name>demo</display-name>
<portlet-class>xyz.fanqi.demo.portlet.DemoPortlet</portlet-class>
<init-param>
<name>view-template</name>
<value>/portlet/demo/view.jsp</value>
</init-param>
<init-param>
<name>add-process-action-success-action</name>
<value>false</value>
</init-param>
...
</portlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment