Apache Velocity is a Java-based template engine. It can be used to dynamically generate web pages, email messages, source code, or any other text file.
0
votes
2answers
31 views
how to add " in a variable
I would like to add " chars into my string, is it possible?
I'm avoiding this problem using ' char however I would like to use " if possible, thanks
here is an example what I do (and of course it ...
0
votes
0answers
99 views
Liferay : Templating : How to get doc&media elements of an Asset Publisher
I have an Asset Publisher where a put manually diferent items from my document & media.
Then, I need to display these images in a specific way, therefore, I need to create and assign a template ...
0
votes
1answer
98 views
Velocity Template #set query
I am trying to use #set and declaring the variable but don't know why it's not working. Below is my code:
#set( $emailContent = '<tr>
<td ...
4
votes
3answers
270 views
Defining database queries inside Velocity templates
I am looking at various libraries that can be used as a templating engine in my project and right now Apache Velocity looks like a good candidate. I have the following doubts regarding its usage:
Is ...
0
votes
1answer
374 views
VelocityEngineUtils has been removed in Spring 3.2 so what else to use?
Today I have upgraded my entire Spring web application from using Spring 3.1.1 to Spring 3.2.
Most part of my existing app does not break except that in Spring 3.2, the
...
0
votes
1answer
196 views
How to include js file to Velocity template?
I am new to velocity.
I want to create new Liferay theme using bootstrap. But don't know how to include js files in the template.
0
votes
1answer
374 views
Finding template files in velocity
My webapp cannot find its template file. I have read the material in this article, but it doesn't seem to solve the problem. My velocity.properties file, which is installed into my WEB-INF directory, ...
0
votes
1answer
208 views
Velocity Template resource images
I have a spring configured web application and am using velocity engine and ITextRenderer to generate a PDF file. In my src/main/resources I have both my .vm file as well as a image file that I would ...
0
votes
1answer
73 views
Trouble With Regex and Velocity
I just started using dotCMS for work to modify the existing website. I am trying to create a widget that takes a custom structure field called urlTitle. It takes the Title of an event and makes it url ...
1
vote
1answer
64 views
Is there a velocity port in JavaScript
I know apache velocity is available for Java and .NET.
Is there also a port to JavaScript?
My aim is to translate VTL templates inside the browser without a roundtrip to the web server.
0
votes
1answer
693 views
How get VelocityEngine with Velocity Tools in Spring 3
How get VelocityEngine with Velocity Tools in Spring 3?
I need a method in the controller to process a template Velocity, but need to have Velocity Tools that are available to initialize the Spring 3.
...
0
votes
1answer
304 views
Can't load Properties even though ClassLoader.getResource found the .properties file
I've been struggling with this problem:
I'm trying to write an annotation processor (using Eclipse IDE) that should
1 - recognize the annotation and process it - writes message that annotation was ...
0
votes
1answer
83 views
selected values in multiselect box are remembered the 2nd time popup loads even though I have not written code to remember
I am using an Apache Velocity Macro (*.vm) template file that contains an HTML multi-selectbox. The values of this select-box are filled in by the a Java function that returns an ArrayList.
The ...
2
votes
1answer
118 views
Check if a map is empty in Apache Velocity
In my java/spring app, I have a velocity template in which I create a map which will hold values also inserted in the template:
#set ($myMap = {})
What I want to do is have an if/else checking if ...
2
votes
1answer
153 views
Are conditions supported in Maven resource filtering?
I was wondering if there's a way to do if-conditions in Maven resource filtering. E.g. something that allows me to do:
somefile.txt:
...
#if($some.project.property == true)
some text to include ...
0
votes
0answers
133 views
Velocity - Split function into three separate strings
I have a string (called !myreport.phone) text value that is listed in the following manner:
home: Work: Cell:
The text value may be filled in with home, work, and cell phone numbers (either all ...
2
votes
1answer
78 views
Maven archetype required property number
I have a Maven archtype that use a requiredProperty that contains a number, but the velocity variable are string. So, in my template I can't test if this property is greater than a number:
#if( ...
0
votes
2answers
316 views
Apache Velocity - Parse VM file Based Upon Total Foreach Count
I am trying to create an Apache Velocity Script that executes a VM file based upon a foreach count of 1 or 2 respectively.
Here is the code that I am using:
#set ($i = 0)
#foreach ($report in ...
0
votes
2answers
450 views
How do you invoke javascript function from an apache velocity *.vm file?
I am currently using Confluence 4.3 and I'm trying to add either an HTML button or HTML link that will invoke a javascript function.
How can this be achieved?
Specifically, there is a file called ...
1
vote
1answer
42 views
Check whether the given object is a list?
How can we check whether the given object is a list or other type
in velocity. In that list i have another list which i need to iterate again.
I also have another data in the parent list which i ...
2
votes
1answer
75 views
Deprecated property in Velocity
I have written pretty basic Velocity template which uses #foreach directive. When I run it, I get the following message in the log:
[warn] The directive.foreach.iterator.name property has been
...
2
votes
1answer
72 views
Velocity: Iteration issue
After, upgrading to velocity engine 1.7 from 1.5 an issue occurs which was not with 1.5. To explain the issue I would have to show a code snippet:
#foreach($someVariable in $someCollection)
...
1
vote
2answers
152 views
Iterate through a string in velocity
I'm facing at first sight a fairly trivial task but during a day I didn't succeed to advance somehow in it. I need to process a string in velocity template.
The string has such view:
Maj - ...
1
vote
1answer
182 views
Liferay foreach loop backwards
Is it possible to get elements in reverse order.
So right now the typical velocity foreach goes like this:
<ol style="list-style: decimal!important;">
#foreach ($i in $item.siblings)
...
0
votes
4answers
208 views
can Velocity set a default value for a variable when no value found in VelocityContext?
Velocity just print the tag name if no value was found in VelocityContext, ie, $name in my template file, but there is no value for "name" in VelocityContext, so just "$name" was printed. I want ...
0
votes
0answers
267 views
How to sort records from liferay velocity template of DDL display?
#set ($ddlRecordsUtil =
$serviceLocator.findService("com.liferay.portlet.dynamicdatalists.service.DDLRecordLocalService"))
#set ($recordSetId = $getterUtil.getLong($reserved_record_set_id.data))
...
1
vote
1answer
33 views
Macro Signature Not Honored by Velocity Engine
How can I enable Velocity engine to honor #macro signatures so that if I try calling a macro in templates Example:
#myTestMacro($arg1 $arg2)
that has a different signature when defined Example:
...
0
votes
0answers
86 views
velocity mail template
I am using Velocity Mail template. In which I am sending a link in maillike Address: localhost:8080/test/eMail.jsp?id=${Uid}
but for some mail the link gets line break so the URL gets incomplete
Is ...
1
vote
0answers
26 views
How To access properties in velocity Templete?
I have an properties file in one location (/home/XXXX) and want one of its property acessed in velocity templete in location ...
1
vote
1answer
52 views
velocity Template DateFormate
I am having problem while converting date formate,but problem is while concate.Please help.
This is code am using in Velocity Template.
#if($order.ordqty)"$order.ordqty"
#end
#if($order.etd) ...
0
votes
1answer
241 views
Converting string to date with Velocity Template Language in Liferay 6 GA2
I'm having trouble converting a string to a date object in a Liferay 6 GA2 web content template.
I've tried my hand using the tools available ( Access Objects in Liferay )
I've even tried importing ...
0
votes
2answers
256 views
How do I pass get request parameters to my Velocity Template to send mails
I have a JSP and in that JSP I have a link which looks something like
http://mydomain.com/verify.do?email=emailid&id=123
Now when users clicks that link, it goes to my velocityview servlet, now ...
0
votes
0answers
677 views
Apache Velocity - Resource not found exception
I have a requirement to generate some automated mails and so I wanted to use velocity for this task.I have copied all velocity jars to the lib folder and created a hello.vm template and placed in ...
0
votes
1answer
166 views
How to use the Velocity Eclipse plug-in?
I'm trying to create a theme plugin for Liferay with Velocity, but I'm having some problems.
I'v installed the Velocity plug-in to Eclipse from here http://veloedit.sourceforge.net/updates/ . But I ...
0
votes
1answer
133 views
Evaluating an hashmap in apache velocity
I have a template like this
$VAR_A
$VAR_B
#foreach ($obj in $TEMPLATE_ANOTHER)
Value of VAR_A is $VAR_A
Value of REFVAR_A is $obj.get("A")
#if($VAR_A == $obj.get("A"))
print success
#else
...
0
votes
1answer
72 views
Velocity template charset
I am new at using velocity templates and in a few I have created, most of the templates work fine but if I add different characters to the templates it sometimes does not work.
How do you know what ...
0
votes
1answer
149 views
Change velocity log file location in upstream project
I have a Java web application that uses a library that initializes/configures Velocity.
We're migrating this project from WebLogic to Tomcat.
The application now throws errors, traced to Velocity. ...
1
vote
2answers
61 views
Idiom for templating similar to other templating engines like Velocity?
I have an XSLT(2.0) file; which takes an input XML data file and creates DDL/SQL Statements.
It works just fine. But it is a bit difficult to maintain, as it contains a lot of formatting information ...
2
votes
1answer
48 views
Compare list items with variable
I am trying to do in velocity a search in a list. I have a list of country codes that i set like this:
#set($Europe=(['ee','ja','ku','aa' ])
I have a variable($cntryCode), already set that i ...
2
votes
1answer
231 views
Access bare page name in Liferay template
I'm trying to emit the current page's name within portal_normal.vm. The options I know of all include a bunch of XML garbage that it's important to be rid of.
Right now, I'm using $layout.getName(), ...
0
votes
1answer
77 views
Velocity clustering issue
In a clustered environment where multiple tomcat is running under a Load Balancer, we encountered an issue which we assumed could be a velocity engine which needs some kind of configuration as the ...
0
votes
1answer
204 views
Decoding html encoded character in velocity liferay
As title, I have an encoded String that I got from my URL, I want to display to user but don't know how to decode it
T%E1%BB%87p t%E1%BA%A3i l%C3%AAn => Tệp tải lên
I'm using liferay 6.1 ga1, and ...
0
votes
2answers
711 views
There are no changes reflected on deploying the theme in liferay 6.1.1
I am a newbie to liferay CMS. I am developing a theme in liferay 6.1.1. my problem is when i am making any changes to the theme it doesnt get reflected after deploying it.
Please check if i am in the ...
0
votes
1answer
49 views
DisplayTool installation and usage
I am using Velocity 1.7 to format string and I had some trouble with default values. Velocity by itself has no special syntax for case when value is not set and we want to use some another, default ...
0
votes
1answer
213 views
How to retrieve hashmap values in velocity template
How to retrieve values from the following hashmap in velocity template? Please help..
LinkedHashMap<String, LinkedHashMap<Integer, Object>> hashmap = new LinkedHashMap<String, ...
2
votes
1answer
934 views
Access Liferay Custom Field from Velocity template
I'm trying to emit the value of a custom field from within one of the Liferay templates.
Using the admin UI, I have defined a new Organization-level custom field named "org-home-page", with a default ...
0
votes
1answer
63 views
Velocity property does not working
I am using velocity in my project, and I have a list with icon for each item in list, but I want to set de class icon according what come from my database, to make my menu dynamic.
...
-2
votes
1answer
58 views
output string as number in velocity
I need to add 2 values together. The problem is the 2 values are passed to me as strings. They can be 2 decimal places so I can't convert to integer.
has anyone any ideas how this can be done?
2
votes
2answers
101 views
Using a different HTML template for the same XSL stylesheet
Is it possible to use a different HTML layout for the same XSLT stylesheet?
I have been reading up on XSLT and most examples i see show that the HTML code is actually embedded within the stylesheet. ...
0
votes
0answers
63 views
SOAP request using velocity templates
I would like to know how can a SOAP request be created using velocity template. I currently have a javascript that does an AJAX SOAP request to a different domain but it's not possible because of ...
