Foros de discusión

call Jsp Object from Velocity Template

thumbnail
Nicolas Tamayo, modificado hace 11 años.

call Jsp Object from Velocity Template

Junior Member Mensajes: 29 Fecha de incorporación: 3/10/12 Mensajes recientes
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 hace 11 años.

RE: call Jsp Object from Velocity Template

Liferay Master Mensajes: 501 Fecha de incorporación: 20/12/11 Mensajes recientes
you can directly use $renderRequest
Ref: http://www.liferay.com/community/wiki/-/wiki/Main/Access+Objects+from+Velocity
thumbnail
Nicolas Tamayo, modificado hace 11 años.

RE: call Jsp Object from Velocity Template

Junior Member Mensajes: 29 Fecha de incorporación: 3/10/12 Mensajes recientes
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 hace 11 años.

RE: call Jsp Object from Velocity Template

Expert Mensajes: 347 Fecha de incorporación: 12/12/11 Mensajes recientes
Hi Nicolas,

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


Regards
Juhi
thumbnail
Nicolas Tamayo, modificado hace 11 años.

RE: call Jsp Object from Velocity Template

Junior Member Mensajes: 29 Fecha de incorporación: 3/10/12 Mensajes recientes
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.