you can use requestcycle's metadata facility to store a flag of
whether or not the div has been rendered...

-igor


On Fri, Apr 25, 2008 at 9:06 AM, Clay Lehman <[EMAIL PROTECTED]> wrote:
> I am making a component that has to have a DIV appended to the page to
>  work properly, but the problem is, this DIV has to be appended exactly
>  once, even if multiple objects of the component are added to the page.
>  It actually needs to be added at the end of the page too, sort of like
>  the opposite of IHeaderContributor.
>
>
>
>  Does anyone know of a way to handle this type of thing for a custom
>  wicket component?  Adding HTML to the bottom of the page one time even
>  if the component is added to the page several times?
>
>
>
>  Thanks for any help!
>
>  -Clay
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to