Fórum

call Jsp Object from Velocity Template

thumbnail
Nicolas Tamayo, modificado 11 Anos atrás.

call Jsp Object from Velocity Template

Junior Member Postagens: 29 Data de Entrada: 03/10/12 Postagens Recentes
Hi All.

I need call the renderResponse and RenderRequest Object from velocity Templeate.

how i can do this?

Thanks and Regards.
thumbnail
Priyanka Dhingra, modificado 11 Anos atrás.

RE: call Jsp Object from Velocity Template

Liferay Master Postagens: 501 Data de Entrada: 20/12/11 Postagens Recentes
you can directly use $renderRequest
Ref: http://www.liferay.com/community/wiki/-/wiki/Main/Access+Objects+from+Velocity
thumbnail
Nicolas Tamayo, modificado 11 Anos atrás.

RE: call Jsp Object from Velocity Template

Junior Member Postagens: 29 Data de Entrada: 03/10/12 Postagens Recentes
HI Priyanka.

i tried this call in the Velocity Template, but the Object is null.

Note: this template is portal_normal.vm that is the Velocity Template by Theme Plugin
thumbnail
Juhi Kumari, modificado 11 Anos atrás.

RE: call Jsp Object from Velocity Template

Expert Postagens: 347 Data de Entrada: 12/12/11 Postagens Recentes
Hi Nicolas,

Did u put this line in your portal-ext.properties ???
journal.template.velocity.restricted.variables=


Regards
Juhi
thumbnail
Nicolas Tamayo, modificado 11 Anos atrás.

RE: call Jsp Object from Velocity Template

Junior Member Postagens: 29 Data de Entrada: 03/10/12 Postagens Recentes
Hi Juhi.

No this property not has been put to the portal-ext.properties yet.

i will try your reply.

Thanks for your reply.

regards.