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