Foros de discusión

how to read webcontent

Zoheb Athar Siddiqui, modificado hace 11 años.

how to read webcontent

New Member Mensajes: 24 Fecha de incorporación: 15/05/12 Mensajes recientes
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 hace 11 años.

RE: how to read webcontent

Liferay Master Mensajes: 654 Fecha de incorporación: 6/01/09 Mensajes recientes
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 hace 11 años.

RE: how to read webcontent

New Member Mensajes: 24 Fecha de incorporación: 15/05/12 Mensajes recientes
thanks tejas . it worked for me

zoheb