George,
  I haven't worked with the velocity service configuration (and I haven't
looked at the source for that specifically).

  My assumption is that if you don't contribute anything to the velocity
service configuration, that would be equivalent to having a null
configuration, but doing it the way you do looks OK.

Cheers,

Alex K

On Tue, Oct 23, 2012 at 2:30 PM, George Christman
<gchrist...@cardaddy.com>wrote:

> Well Alex, it was my own fault. I was relying on my IDE to import my import
> statements automatically on a key command and it wasn't doing so with
> org.chenillekit, thus that was the issue.
>
> Also, would this be a correct configuration since the docs say the config
> could be left null?
>
>     public static void
> contributeVelocityService(MappedConfiguration<String,
> Resource> configuration) {
>         configuration.add("velocity.configuration", null);
>     }
>
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/chenillekit-velocity-template-injectable-service-not-working-tp5717168p5717183.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to