One of the really nice and cool feature of T5 is that it builds a server side view of the DOM when it render a page, or handle a component event.

You can access the DOM trougth the different render methods, with for exemple:

void afterRender(MarkupWriter writer) { writer.getDocument()... }

So, that's cool to post-process the DOM on a given component. But what about post-processing the DOM for all pages or component events ? Or, even better, for all pages and component events annotated with something.

I looked at @InjectCss/Javascript, but I don't get it : they use RenderSupport, which seems quite difficult to extends - it's not a real service. I also do know that there is two rendering pipelines, one for page render, one other for event handling.

So, dear list, what do you think I should do ?



--
Francois Armand
Etudes & Développements J2EE
Groupe Linagora - http://www.linagora.com
Tél.: +33 (0)1 58 18 68 28
-----------
http://fanf42.blogspot.com
InterLDAP - http://interldap.org FederID - http://www.federid.org/
Open Source identities management and federation


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

Reply via email to