Re: wicket-velocity velocimacro.library

2010-12-11 Thread richard emberson
Funny, just yesterday I was trying to get wicket-velocity to work. So, I downloaded the velocity source and went code spelunking. The singleton, org.apache.velocity.app,Velocity, has a method setProperty which, if set before the init method is called, allows you to override the velocimacro.library

wicket-velocity velocimacro.library

2010-12-10 Thread fachhoch
I want to use wicketstuff yui and this has dependency on wicket-velocity , this was failing my application becasue of property velocimacro.library = VM_global_library.vm its working after disabling the property , I disabled the porperty by modifying the velocity.property from the jar wic