Re: Page lifecycle and ComponentClassTransformWorker

2009-08-11 Thread Thiago H. de Paula Figueiredo
Hi! While implementing a security package for Tapestry, I faced the same issue. Then Robert, Howard and Massimo gave me the solution: my ComponentClassTransformWorker sets a meta property (model.setMeta(String, String)) that is used by a Dispatcher. The code is here: http://ars-machina.sv

Page lifecycle and ComponentClassTransformWorker

2009-08-11 Thread Alfie Kirkpatrick
Hi, I am attempting to implement an annotation for page classes and corresponding ComponentClassTransformWorker for this. I'm using IncludeJavaScriptLibraryWorker and the AbstractIncludeAssetWorker base class as an example. The problem I'm facing is that the custom perform() method I'm creating