Re: Tapestry URLEncoder

2014-12-30 Thread Howard Lewis Ship
The main motivation behind URLEncoder (side note: really wish I had used the term "Transcoder" for these things) was because Jetty, Tomcat, and my-weak-understanding-of the servlet spec didn't agree on how and when URL-encoded data in the path is decoded. On Thu, Dec 25, 2014 at 10:49 AM, Thiago

Re: Tapestry and Clojure

2014-12-30 Thread Lance Java
The logger is not a service and cannot be @Injected into IOC services. You have probably seen that you can @Inject the logger into pages and components. @Inject has been extended (perhaps hijacked) for components and @Injected values can come from contributed InjectionProviders. See CommonResource