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
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