Fórum

how to read webcontent

Zoheb Athar Siddiqui, modificado 11 Anos atrás.

how to read webcontent

New Member Postagens: 24 Data de Entrada: 15/05/12 Postagens Recentes
i am new in liferay 6.1.0 as first time i am using it i have downloaded liferay 6.1.0 bundulled version with tomcat , i searched in google but i am not able to read the webcontent in liferay , can anyone help me that how this is done, can we use liferay-ui.tld for reading webcontent i tried this but could not get success

zoheb
thumbnail
Tejas Kanani, modificado 11 Anos atrás.

RE: how to read webcontent

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
Hi Zoheb,

If you want to display Web content in your jsp, you can use below tag from liferay-ui.tld.
<liferay-ui:journal-article groupId="{site ID}" articleId="{webConentId}" />

And that will display your web content in your page.

You can get {site ID} from Control Panel --> Sites --> Your Site --> Edit --> Site ID
You can get {webConentId} from Control Panel --> Web Content portlet and go to your desired web content and just get articleId from second colum(named Id)

HTH

Regards,
Tejas
Zoheb Athar Siddiqui, modificado 11 Anos atrás.

RE: how to read webcontent

New Member Postagens: 24 Data de Entrada: 15/05/12 Postagens Recentes
thanks tejas . it worked for me

zoheb