Hi, I want to execute some JavaScript code from a component which is dynamically reloaded within the page. The static component I have had before used the javaScriptSupport.addScript method for this purpose, but this only works when the whole page gets reloaded. How can I do the same dynamically? (I know, it's probalby a stupid question, but I'm a bloody tapestry noob; thank your for your patience ;-)
-Tim