default frontend success message from action command
SessionMessages.add(actionRequest, SessionMessages.KEY_SUFFIX_HIDE_DEFAULT_SUCCESS_MESSAGE);
"javax.portlet.init-param.add-process-action-success-action=false"
Component properties on portlet
Is this to disable the default liferay frontend success popover thing? By convention we've been doing that in the component properties on the portlet.
"javax.portlet.init-param.add-process-action-success-action=false"
Component properties on portlet
Is this to disable the default liferay frontend success popover thing? By convention we've been doing that in the component properties on the portlet.
Comments
Post a Comment