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
How do i access GET variables as passed in the URI in a VM template? This works only when loading …
liferay velocity vtl liferay-velocityI've created a structure in Liferay as below <root> <dynamic-element name='header' type='text' index-type='' repeatable=…
templates sorting structure liferay liferay-velocityI am writing velocity templates for my liferay theme and I am wondering, whether it is possible to create a …
liferay velocity liferay-velocityI am trying to find out current page url contents and parameters in liferay Velocity(vm)file. I am able …
liferay-6 liferay-velocity liferay-themeI 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-velocityIn jsp page we can get Server Name and Server Port by using request.getServerName() and request.getServerPort().` As we …
liferay-6 liferay-velocity