Re: Advising a Scope PerThread Services with Context

2011-03-04 Thread Thiago H. de Paula Figueiredo
On Fri, 04 Mar 2011 14:40:54 -0300, rektide wrote: At present, I'm trying to build a MethodAdvice implementation that modifies the behavior of a PerThread Scope'd service. The fact that your service has perthread scope shouldn't change anything. The MethodAdvice needs access to the public

Advising a Scope PerThread Services with Context

2011-03-04 Thread rektide
Hello everyone. I'm new here, so let me just say hello. I'm rektide, I've been using Tapestry 5.1 since July 2010. Been mostly great, with the main caveat being trying to figure out how to coax my app into having enough context when I run Ajax requests. The component model is awesome, the IO