we can specify portlet titles in the portlet deployment descriptor or the portlet resource bundle.
We can also set title in the portlet's class
This can be done by using the RenderResponse object’s set-Title method, as shown here:
response.setTitle("Book Catalog: Add Book");
How can I set liferay portlet title in ActionRequest, ActionResponse Object??
ReplyDelete