Tagged Questions
0
votes
1answer
393 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
122 views
Why this error comes in struts2 org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'template.vm'
I am using Apache Velocity template engine for my web application html email utility.
But the major problem i am facing is the resource path.
I am using struts2 for my web application(Struts2 maven ...
0
votes
0answers
44 views
template framework for spring enable project [closed]
When it comes to choosing a template engine for a spring enable project what would be the best option?
Apache tiles 2 and velocity definitely comes handy in the choice of options. What would you guys ...
1
vote
0answers
69 views
choose a template framework [closed]
When it comes to choosing a template engine for a spring enable project what would be the best option?
Apache tiles 2 and velocity definitely comes handy in the choice of options. What would you guys ...
2
votes
3answers
156 views
When to use Velocity?
I recently read about Velocity. I also read the tutorial here.
But I can not understand what is the advantage of using Velocity.As far as I can tell we can do the same things using JSP tags.
So when ...
0
votes
1answer
168 views
Using apache velocity for view
i downloaded a sample application from RoseIndia http://www.roseindia.net/tutorial/spring/spring3/web/spring-3-mvc-hello-world.html and it works fine, but i want to use apache velocity instead of jsp. ...
0
votes
1answer
416 views
Using variables from one class into another java
I have a java we application that is working with velocity. I get two variables in the first page via url that I extract using ureq.getParameter() method. One of the other classes that has a velocity ...
1
vote
1answer
385 views
Velocity's resourceTool integration with Spring Framework
hey guys,
I'm trying to integrate a resourceTool into spring.
it worked just fine,only 1 problem, default encoding was ISO-8859-1.
so..a bit of research and i came up with 3 possible solutions.
I. ...
8
votes
2answers
9k views
Velocity can't find resource
Something is wrong and it is very frustrating. I read on velocity's homepage that when I run a webapp then some properties should be set. And I've done that but no matter what I do I keep getting the ...