Problem with Velocity Dependency

2008-06-18 Thread nodje
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

Re: Velocity dependency

2007-09-24 Thread Martin Gilday
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

Re: Velocity dependency

2007-09-24 Thread Leonidas Papadakis
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

Velocity dependency

2007-09-24 Thread Martin Gilday
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