Foros de discusión

portal_normal.vm contents..,

thumbnail
Umer Sayeed, modificado hace 11 años.

portal_normal.vm contents..,

Junior Member Mensajes: 51 Fecha de incorporación: 8/08/12 Mensajes recientes
Hi All,

Why we use of this "#set" & "$" symbols in portal_normal.vm???


Thanks and Regards,
Ummer
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: portal_normal.vm contents..,

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Because *.vm files are velocity files.

Check Apache Velocity manual for what they mean.

http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html
thumbnail
Jignesh Vachhani, modificado hace 11 años.

RE: portal_normal.vm contents..,

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
These are syntax declarations of velocity script language.
"#" normally used to set the variable declarations and "$" used to get value of particular variables.