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
