> Is it possible to run through a component tree and add xml > tags before it renders? That's the only piece I can't figure out.
visitChildren() allows you to recursively visit all children of a container (Page) and subclassing one the onXXX() methods e.g. onBeginRequest(), onRender(), onComponentTag() should allow you to add xml to the response prior to the tag, after the opening tag, etc. Juergen ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
