Showing posts with label customizing liferay error messages. Show all posts
Showing posts with label customizing liferay error messages. Show all posts

Friday, April 29, 2011

Suppressing Default Success Message

Each time user request is processed successfully Liferay Portal display the following message-

“Your request has been processed successfully”

To remove this message Add an entry to portlet.xml file:
<add-process-action-success-action >
false
</add-process-action-success-action >