We can override default portlet is temporarily unavailable error message by overriding the portlet_error.jsp file.
By default that error message is coming from
/html/portal/portlet_error.jsp file
Override that jsp file using hooks.
Replace that code with the below code and change error message as required
<%@ include file="/html/portal/init.jsp" %>
<div class="alert alert-error">
Unable to process your request.
</div>
Sunday, 19 November 2017
03:30
MR: EDITOR
TEST
I am Java Developer. I have 6 year Experiance in this field and like to post in blogging. So keep sharing and like my post
COMMENT!
Subscribe to:
Post Comments (Atom)
Thats good one...
ReplyDelete