in your
struts.properties
as this seems to be caused by an attempt to load the default
struts.velocity.toolboxlocation (empty in the default struts.properties)...
obscure to me... but it works now, it may help someone.
-nodje
--
View this message in context:
http://www.nabble.com/Prob
uot;
Date: Mon, 24 Sep 2007 17:38:16 +0300
Subject: Re: Velocity dependency
Hi there,
i had to do the following things in order to add full velocity support.
The issue is that in struts2 even if you have to parse a velocity file,
it has to be a result of an action. So in order to be able to par
Hi there,
i had to do the following things in order to add full velocity support.
The issue is that in struts2 even if you have to parse a velocity file,
it has to be a result of an action. So in order to be able to parse
velocity files even if they are not result of an action :
Add the foll
I am porting a WebWork application over to Struts2. I have added a
dependency to struts2-core to my Maven POM.
org.apache.struts
struts2-core
2.0.9
In my struts.xml I extend struts-default. When I try and start my
application I get a ClassDefNotFoundException. Is Velocity required
when
4 matches
Mail list logo