Just add it to the bottom of your highest level page and have all other
pages extend that page.   Then have its visibility be determined by
iterating over all the components on the page and if one matches your
component return true.

On Fri, Apr 25, 2008 at 12:06 PM, 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
>
>
>
>


-- 
Ryan Gravener
http://wmwm.us/wmwm-date

Reply via email to