Last active
July 25, 2017 09:01
-
-
Save fanqi/b0d6dc1a9a0eedcd1446c0633a41f35b to your computer and use it in GitHub Desktop.
line 9-12:hide 'Your request completed successfully.' in liferay-ce-ga6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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