Hi all,

I'm still using T5.1, so please keep that in mind...

I have a component which is hidden (via a t:loop which starts with zero elements) at the initial page render.

Later, via ajax/zone updates, the t:loop is reloaded with elements, each of which create an instance of my component.

The component needs some javascript loaded, which I'm trying to achieve via @IncludeJavaScriptLibrary however I've found that the JS file is never embedded, since it seems this is only interegated at the initial page load.

One solution would be to include the JS in the container (page) however this breaks the nice model of inclusion by direct owner.

Is there a way to include the JS when the component is first rendered?

or is there a way to always include the JS when the containing page is first rendered, whether the component is currently excluded by logic or not?

Thanks, Paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to