Fórum

Passing parameter from jsp to template

Pawel Michalski, modificado 8 Anos atrás.

Passing parameter from jsp to template

New Member Postagens: 12 Data de Entrada: 03/02/15 Postagens Recentes
Hi.

How I can pass parameter from JSP VIEW to template?
I have code:

JSP
this parameter is avaiable forom JSP and I want to pass this value to content
${somevalue}
<liferay-ui:journal-article articleId="234553" groupId="tmpgroup" />


This article id has template FreemarkerTemplate,
How i can read ${somevalue} in template?

Do you have any idea?
thumbnail
Andew Jardine, modificado 8 Anos atrás.

RE: Passing parameter from jsp to template

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
Hi Pawel,

Are you referrerring to a Web Content Template? or a Application Display Template?
Kamil Ruszczyk, modificado 7 Anos atrás.

RE: Passing parameter from jsp to template

New Member Postagens: 3 Data de Entrada: 16/12/15 Postagens Recentes
Hi,
I'm also interested in this. I am referring to Web Content Template.

Best regards