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
0answers
30 views
How to integrate velocity and tiles in spring mvc. Getting mapping not found for WEB-INF/views/vm/one.vm
I am trying to integrate tiles2 and velocity in spring mvc, but I am getting error that mapping not found in app-servlet for url WEB-INF/views/vs/one.vm
I have done all the mapping in xml..the code is ...
0
votes
0answers
33 views
How to access properties of an object with dynamic macros in Velocity templates
I have a velocity template defined as follows:
#macro(aMacro $par1)
$par1
$par1.id
#end
##dynamic macro call
====================
#set($macroName = "aMacro")
#set( $call = "#$macroName('$p1')" ...
1
vote
0answers
58 views
The RepositoryFactory has already been initialized Exception in tiles and Velocity Integration
I am trying to integrate the tiles+ velocity in Spring MVC.
I found the link in github which was serving the same purpose. So I am using those classes in my Project in Eclispe.
When I run the project ...
2
votes
1answer
93 views
Velocity at an angle
I'm trying to find the velocity at an angle.
To do this I'm trying to use a triangle, but I'm running into road blocks.
This is the code that moves the object
Velocity = new ...
0
votes
1answer
28 views
Get current space category in confluence refinedwiki Original Theme Header
We are using Confluence for our technical documentation and refinedwiki Original Theme Plugin to customize the design. Documentation is available in two languages (German, English). Spaces are ...
0
votes
1answer
97 views
Server goes into infinite loop while implementing Tiles with Velocity
EDIT:
I am trying to integrate Tiles with Velocity using spring MVC.
My server is going into infinite loop.
The console reading of server is:
I have marked the start of the loop as "-->".
--> at ...
0
votes
1answer
41 views
Using Python dictionaries/objects in Velocity/Airspeed
I'm using the airspeed package to work with Velocity templates (script for existing Java/Velocity project, hence choice of engine). I have modeled the data as dictionaries of custom objects and now ...
0
votes
0answers
25 views
Eclipse Velocity and xml formatting
I am generating an XML document in Velocity templates. Does anyone know if there is a way to have Eclipse do the proper formatting and identation of both velocity commands and xml? At the moment I can ...
0
votes
0answers
17 views
Using Itype.getMethod in velocity
I have a requirement where in i want to copy the fields and getter/setter methods from one class to other. in velocity template can i write field.declaringType.method()..
0
votes
0answers
75 views
opencv - find contour and calculate the dynamics
I have stack of successive bw images where in multiple contours of different size. Basically they 'grow' and 'shrink'. I want to calculate the area, rate of growth of the contour. Is there functions ...
0
votes
1answer
45 views
How to Pass Image bytes to Velocity template
I have a requirement of passing the image bytes to velocity template(I have image bytes ready) by using this velocity template I need to print the image..
I want to access these image bytes in the ...
2
votes
1answer
44 views
How to throw an user-defined exception from Velocity Template Script (VTL)?
How to throw an user-defined exception from Velocity Template Script (VTL) ?
From my velocity script, i need to throw an exception based on a condition, so that the caller can catch the exception and ...
0
votes
0answers
35 views
Velocity error handling and recovery
We are currently using velocity in production to render XML type documents, each document is composed of several entities (similar) and occasionally the rendering fails because of several reasons ...
0
votes
0answers
47 views
apache velocity refuses to work with virgo
I've been working my way through virgo configuration issues on a project, and there is one library that just refuses to cooperate - apache velocity.
My bundle's manifest is thus (I've changed or ...
0
votes
1answer
66 views
Escaping the dollar sign in velocity using backslash not working
I have the following segment to get rendered from a velocity template file.
xyz $$foo
The dollar signs need to be escaped from VTL parser. And in the template file I represented it as
xyz \$\$foo
...
0
votes
1answer
117 views
Display a list of java objects in velocity templates as html table
I am fetching a list of objects from DB. I would like to populate them in to a html table using velocity templates.
<table>
<thead>
<tr>
<td>$value1 </td>
...
0
votes
1answer
66 views
User Agent in Liferay Velocity -template
As can know the user-agent in to velocity template? I use the plug-in "Mobile device recognition wurfl) in liferay.
Liferay detect the user-agent, it shows me the mobile page but into template
is ...
0
votes
0answers
51 views
Including images in velocity template with a standalone application
Here is my problem, I am developping a standalone java application ( this is not a web application ) to send emails with velocity. I am trying to include images in a template that are in a folder of ...
4
votes
1answer
102 views
Formatting Java Script using Java API
I am generating java script code using velocity in java.
For example: I generated java script and got below string:
importClass(java.util.ArrayList); function fun(arg) { if (true){ return true;} ...
0
votes
1answer
25 views
subtraction is not working with velocity template
I have this code in velocity html
<html>
#set ($Total1 = 0.0)
#set ($Total2 = 3.0)
#set ($Total3 = $Total2 -$Total1)
$Total3
</html>
The $Total3 is not getting displayed. In fact ...
1
vote
1answer
107 views
Velocity Template Language dynamic variable
I read all the manual/guide (http://velocity.apache.org/engine/devel/user-guide.html) and I don’t see how can acces to dynamic variable:
The Scenario:
> #set ($u14 = “MARCOS SANCHEZ”)
> #set ...
0
votes
1answer
164 views
How to Embed Web Content in liferay
Is that it is possible embed web content in a template velocity?
i have two web content and i want to unite the two in a single.
I try:
set ($webcontent-id = "13054")
set ...
0
votes
1answer
79 views
Referring to redirect URL in Velocity template
So I'm trying to render a page's URL in the head of the document, for use with rel=canonical. This is on a site running off Velocity templates. The type of content I'm talking about is specifically a ...
0
votes
0answers
40 views
iText ImgCCITT and Velocity
I created a QRCode barcode in iText and I want to save this file to disk. It appears to create a ImgCCITT type. It saves down to the disk but the file is corrupted. I also tried to save it as .jpg. ...
1
vote
2answers
891 views
Looking for a sample java web application [closed]
I am looking for a sample Java web application that uses Servlet/JSP(or FreeMarker or Velocity). It should be moderated small, but definitely not a Hello World or something like that. I hope it could ...
0
votes
1answer
92 views
Something like Spring's VelocityEngineUtils that can use URL to template
I'm using Spring and Velocity templates to send emails. The new request is that the templates are no longer stored locally, but fetched from an external service. VelocityEngineUtils expects a relative ...
0
votes
0answers
126 views
use velocity ,occur “java.lang.NullPointerException”
(version:velocity-1.7,commons-collections-3.2)
I use velocity to parse vm template,and set value in request scope ,show in jsp
My app work normaly a period of time, but When users access a period ...
0
votes
2answers
69 views
String Expansion Utility
I seem to recall an Apache Commons or similar API that would allow you to replace a string inline using property expansion similar to how Freemarker or Velocity (or a JSP container for that matter) ...
0
votes
1answer
40 views
Which version of Velocity Template will support map creation
Am sending map and accessing in velocity template version 1.2 but I tried to create map in vm I couldn't create and getting exception.Please give you guidance.
#set($buyerActionStat = {
...
1
vote
2answers
66 views
Using XPages with Freemarker help needed
I would like to use Freemarker template engine in my XPages app but cant get it to work in XPages environment. The problem I have is related to template path which I don't know how to setup correctly. ...
0
votes
0answers
23 views
Force interpreting of directives as text?
I am using Java and an Apache Velocity template to generate some C code. Currently I have to escape #define preprocessor directives, as Apache Velocity also uses this directive. Is it possible to tell ...
-3
votes
1answer
80 views
Parse string to Float in velocity template
How to covert string to float and do the addition operation in velocity template.
I have tried below stuff but did not work.
$Float = 0.0
$stringValue= "5.5"
$sum = 0.0
$sum = $sum + ...
0
votes
1answer
208 views
JS/ CSS files not found due to path differences java, spring mvc, velocity
I have this directory structure:
webapp
- resources
- custom.js
- base.css
- WEB-INF
- views
- layout.vm
- top.vm
- footer.vm
- index.vm
- FolderA
- restricted.vm
My ...
2
votes
2answers
121 views
How to select the format of $date in vm file?
I have a $date defined as "day of week, month day, year" ex: Tuesday, February 26, 2013
I don't know where $date is defined but I like to add the hour to this $date variable, or create a variable ...
0
votes
0answers
75 views
Velocity with tiles 2 and spring-mvc
I am looking for a way to use velocity with tiles 2 :
in the end I want to switch from jsp / vm like this :
<tiles-definitions>
<definition extends="default" name="view1">
...
1
vote
0answers
163 views
Struts2 tags are not working in Velocity templates
I am using struts2 with Apache Tiles2 and Velocity templates in my webapp.
The problem I am getting is that struts2 tags are not evaluating in velocity templates only when I use velocity with tiles.
...
1
vote
2answers
145 views
How to print a list of objects in a Velocity template?
This is a pretty basic problem and I'm pretty sure I'm doing something wrong or making some assumption. Here goes.
I'm writing a Jira plugin, which uses the Velocity template system. I have a list of ...
0
votes
2answers
74 views
Should velocity influence the teams commitment in scrum
At the end of the sprintplanning when commititng to the work that will be done in the coming sprint is it a good idea to keep the velocity in mind?
For example when the team wants to commit to a ...
-1
votes
1answer
62 views
Multiplication in Velocity template
I got guide lines to do this
#set( $foo = $bar + 3 )
#set( $foo = $bar - 4 )
#set( $foo = $bar * 6 )
#set( $foo = $bar / 2 )
so I tried these nothing works please help
"#set( $foo = ...
1
vote
2answers
66 views
#break statement not working
I currently need to write some Velocity code, which is new for me. But now, I got a strange error. Instead of letting me my current #foreach loop, a #break statement is displayed as if it was content. ...
-1
votes
1answer
97 views
Velocity Convert String to Integer
Here $pod.id is not null
also $SplitMap.get("$pod.id") is not null not works
but it is working loop
#set($start = 0)
#set($end = 1)
but it is not working
#set($start = 0)
#set($end = ...
0
votes
0answers
106 views
Velocity folder template
I'm trying to use velocity framework to send email through my webapp. I've configured in this way my email-context.xml
..............
<bean id="velocityEngine"
...
0
votes
2answers
136 views
Compare string with velovity
considering the following piece of code in a velocity template :
set($brandName = $player.brand.name)
set($brandNameExample = "NameExample")
if($brandName == $brandNameExample)
11111
else
...
0
votes
1answer
62 views
Trouble getting jQuery to talk with velocity
I have this input that is in a velocity file
<input name="$name_GradePoints" id="$name_GradePoints" value="$!value_GradePoints" type="text" size="5" maxlength="11"/>
and I am trying to get it ...
0
votes
1answer
29 views
Cache the VelocityEngine?
Does the VelocityEngine instance have a small enough footprint to allow for construction of a new instance every time I need to process a template, or is it best to cache the VelocityEngine and reuse ...
1
vote
2answers
43 views
Call Velocity Macro by Name
is it somehow possible to call a velocity macro by name e.g.:
#macro (sayHello)
Hello!
#end
#set ($macroName = "sayHello")
#$macroName()
Thanks!
0
votes
1answer
132 views
POST an array of strings from velocity to a struts ActionForm
i m trying to retrive an array of String from a velocity template in a struts ActionForm:
my Html code :
<input type="checkbox" id="checkboxAFF01" value="AFF01" name="expert[1]">
<input ...
0
votes
1answer
132 views
Get value from javascript into velocity
I have a javascript function which returns me a value . I need to get this value in a variable of my velocity template can someone please help me .
Below is the code I am trying . I know it is not ...
0
votes
0answers
60 views
JIRA Release Notes - Description field display
I've created a custom release note template for our JIRA install and part of our requirements is to show the Description field as well as a custom field (Implementation Details) that also uses the ...
0
votes
2answers
110 views
AS3.0 if/else if evaluation behaviour for velocity control
Sorry if this is obvious to others, but I can't get my head around something in ActionScript 3.0 (huge n00b btw)
I have this code for controlling velocity:
public function ...


