Skip to content

Instantly share code, notes, and snippets.

@ranraj
Created October 15, 2014 09:33
Show Gist options
  • Save ranraj/81235f7a3222eae293e3 to your computer and use it in GitHub Desktop.
Save ranraj/81235f7a3222eae293e3 to your computer and use it in GitHub Desktop.
override the liferay session message [your request completed successfuly]
SessionMessages.add(actionRequest, "requestProcessed", successMessage);
@ranraj
Copy link
Author

ranraj commented Oct 15, 2014

When do need to override or need to hide the default success message in liferay. Use this snippet and provide the custom message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment