Tagged Questions
0
votes
1answer
31 views
VelocityEngine not parsing template [in struts]
So I'm just getting started with Velocity and trying to figure it out with a small and simple experiment. Now directly loading the template from the file proved something of a bust so I fetched it via ...
0
votes
1answer
140 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 ...
1
vote
1answer
163 views
Has Freemarker something similar to toolbox.xml-file of Velocity?
I have a Struts 1 application which works with Velocity as a template language. I shall replace Velocity with Freemarker, and am looking for something similar to 'toolbox.xml'-File from ...
0
votes
2answers
174 views
Java : Applying a Velocity script dynamically
I'm building a little portlet with Struts MVC that searches/lists books from a webservice.
In my very first tests, I integrated the Velocity Tools in my Struts project with no problem.
The final ...
8
votes
1answer
9k views
$null check in velocity
I came to know about null check using $null in velocity 1.6 through a resource updated by you.
Resource: http://stackoverflow.com/questions/24495/reading-model-objects-mapped-in-velocity-templates
But ...
0
votes
1answer
618 views
JSP with Struts 1.2 from a velocity user
We have a mature application running struts 1.2 and velocity and I need to covert a page from a vm to a jsp.
So I modified my struts-config to change the forward to a new JSP file and in the JSP I ...
0
votes
1answer
905 views
JSP Struts to Velocity Struts conversion
I'm asking this on behalf of one of my students - "Does anybody have an idea how to convert JSP Struts to Velocity Struts?"
4
votes
3answers
2k views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
0
votes
4answers
717 views
Template-Engine for Struts
Freemarker, Tiles oder Velocity? Which template engine is the best for a multi-user-system build with struts?
4
votes
2answers
1k views
Reading model objects mapped in Velocity Templates
I have a Struts + Velocity structure like for example, a Person class, whose one property is a Car object (with its own getter/setter methods) and it is mapped to a Velocity form that submits to an ...
13
votes
2answers
5k views
How I hide empty Velocity variable names?
I am using Struts + Velocity in a Java application, but after I submit a form, the confirmation page (Velocity template) shows the variable names instead an empty label, like the Age in following ...
