RE: RequestCycle access without injecting

2009-06-12 Thread Howard.Kelsey
ssage- From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf Of Andreas Andreou Sent: 11 June 2009 18:12 To: Tapestry users Subject: Re: RequestCycle access without injecting Why not make your ITableSortingState a service and inject IRequestCycle to that? On Thu, Jun 11, 2009 at 7:

Re: RequestCycle access without injecting

2009-06-11 Thread Andreas Andreou
Why not make your ITableSortingState a service and inject IRequestCycle to that? On Thu, Jun 11, 2009 at 7:27 PM, wrote: > Hi > > Is there any way to get hold of the RequestCycle in tapestry 4.0.x without > injecting it ie some static utility that can provide it. Basically I think > there is a