hey guys, here's another idea i've only half-thought through... :)
why do we require users to manually init() Velocity? are our default settings that useless? i know most users will still want and need to do init(props), so it ultimately isn't a big deal either way. but i think it could be a nice convenience to automatically call init() when someone tries to use Velocity, especially for those using Velocity.evaluate(). as it is, we (sometimes) throw IllegalStateExceptions if someone is trying to use Velocity and RuntimeInstance.isInitialized() returns false. why not just call init() instead of barking at the user? feedback appreciated. :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]