Wednesday 26 October 2016

Embedded the WebContent in Theme:



Add the below code in portal_norma.vm file

<div class="journalContent">
        #set($groupId = $themeDisplay.getScopeGroupId())
        #set($languageId = $request.theme-display.language-id)
        #set($journalArticleLocal=$serviceLocator.findService('com.liferay.portlet.journal.service.JournalArticleLocalService'))
        #set($journalContentUtil =$utilLocator.findUtil('com.liferay.portlet.journalcontent.util.JournalContent'))
        #set($journalArticle = $journalArticleLocal.getArticle($groupId,"WELCOME"))
        #set($latestArticle= $journalArticleLocal.getLatestArticle($groupId,$journalArticle.getArticleId()))
        #set($journalArticleDisplay=$journalContentUtil.getDisplay($groupId, $latestArticle.getArticleId(),"",$themeDisplay.getLanguageId(),$themeDisplay))
        $journalArticleDisplay.getContent()
        $themeDisplay.getLanguageId()

</div>



No comments:

Post a Comment

  Inter Portlet Communication (IPC) in Liferay 7.4 Public Render Parameter IPC: 1) Create a new module project -> SenderPortlet 2) In  Se...