Posts

Showing posts from February, 2020

Liferay Implicit object Liferay JSP

https://www.liferaystack.com/2017/09/implicit-objects-in-liferay-7-jsp.html

scriptlet vs JSTL

Scriptlet vs JSTL http://www.informit.com/articles/article.aspx?p=30334

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.