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
is called relatively late in the page lifecycle. Specifically it's
called after the onActivate() method of my class and I need it to be
called earlier.

 

Is there a simple way to have my worker code executed earlier in the
lifecycle?

 

Thanks, Alfie. 

 

 



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.svn.sourceforge.net/viewvc/ars-machina/tapestry-security/trunk/.


--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org