Wouldn't that mean proxying the component I wanted to add markup to?
If I wanted to add a form and one hidden field somewhere in the HTML
body, is there anything I could do apart from filtering the response?

On 7/2/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> > 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&opclick
> _______________________________________________
> Wicket-develop mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>


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

Reply via email to