Top "Liferay-velocity" questions

They are mostly used to either 1)Create web content in liferay in conjunction with structures to parse user populated data from structure fields and present it in a view form,using the business logic,or 2)Create theme template file for creating a skeleton structure for themes

Velocity (VM) template request parameters: Getting GET variables

How do i access GET variables as passed in the URI in a VM template? This works only when loading …

liferay velocity vtl liferay-velocity
Sort list of objects in Velocity template - Liferay

I've created a structure in Liferay as below <root> <dynamic-element name='header' type='text' index-type='' repeatable=…

templates sorting structure liferay liferay-velocity
Create object in velocity template

I am writing velocity templates for my liferay theme and I am wondering, whether it is possible to create a …

liferay velocity liferay-velocity
Check current page url contents in liferay velocity template

I am trying to find out current page url contents and parameters in liferay Velocity(vm)file. I am able …

liferay-6 liferay-velocity liferay-theme
Unable to redirect to other page in liferay

I am trying to redirect to other page using java code and don't no why its not getting redirected. the …

liferay liferay-6 liferay-theme liferay-ide liferay-velocity
How to get Server Name and Server Port from Liferay velocity template?

In jsp page we can get Server Name and Server Port by using request.getServerName() and request.getServerPort().` As we …

liferay-6 liferay-velocity