Portlet Edit Mode (Portlet preference) to replace Portlet configuration
Within the
Typically, portlets in
Add the following properties to the MVCPortlet component annotation.
"javax.portlet.portlet-mode=text/html;edit"
"javax.portlet.init-param.edit-template=/edit.jsp"
And then If you go into the grid button on the portlet, 'Preference' option will appear which redirects you to edit.jsp
EDIT
portlet mode, a portlet should provide content and logic that lets a user customize the behavior of the portletTypically, portlets in
EDIT
portlet mode will set or update portlet preferences.Add the following properties to the MVCPortlet component annotation.
"javax.portlet.portlet-mode=text/html;edit"
"javax.portlet.init-param.edit-template=/edit.jsp"
And then If you go into the grid button on the portlet, 'Preference' option will appear which redirects you to edit.jsp
Comments
Post a Comment