RE: Lifecycle of a tapestry request and the MarkupRendererFilter

2009-10-15 Thread Ian Petzer
9 15:31 To: Tapestry users Subject: Re: Lifecycle of a tapestry request and the MarkupRendererFilter What not using the prepareResponse of the StreamResponse Tapestry interface to set headers ? 2009/10/15 Ian Petzer > Hi, > > We do actually have a load balanced caching system sitting

RE: Lifecycle of a tapestry request and the MarkupRendererFilter

2009-10-15 Thread Ian Petzer
stry request and the MarkupRendererFilter Hello >From my point of view this kind of caching mechanism should be done in front of your application server. Regards Christophe. 2009/10/15 Ian Petzer > Hi, > > > > I have been successfully using the CacheControlMarkupRenderer fr

Lifecycle of a tapestry request and the MarkupRendererFilter

2009-10-15 Thread Ian Petzer
Hi, I have been successfully using the CacheControlMarkupRenderer from the ioko-tapestry-commons library. This is a java class that implements the MarkupRendererFilter and Partial MarkupRendererFilter in order to apply caching header

Re: Deep linking to tapestry pages from jps. Conversion

2008-10-27 Thread Ian Petzer
object to retrieve those values. > > You can also use the ContextValueEncoder service to decode them to > > appropriate types. > > This work would be done in the page's activate event handler method. > > > > This is a more servlet-style of development, which may

Deep linking to tapestry pages from jps. Conversion

2008-10-23 Thread Ian Petzer
Hi, We are busy converting our Struts/Tiles based application to Tapestry. Until this is complete I have am required to generate links to the new Tapestry pages correctly from the jsp pages. Normally this isn't a problem as I used the url pattern of: PARAM3 Now, please consider the situation