Re: Tapestry and Clojure

2014-12-31 Thread Ilya Obshadko
Thanks Lance, I've already sorted that out. Actually now I'm experimenting with Scala instead of Clojure: looks like it's a better match for my requirements. On Tue, Dec 30, 2014 at 6:07 PM, Lance Java wrote: > The logger is not a service and cannot be @Injected into IOC services. > > You have p

Issue with ComponentOverride Service

2014-12-31 Thread Emmanuel DEMEY
Hi everyone, I hope you spent a lovely Christmas :d Since a couple of days, I am working with Tapestry 5.4 (for one of our Components library : Kawwa2). With Tapestry 5.3, we used a ValidationDecorator, in order to add an Error message right after the field, if it was in error. It worked as a ch