Hello, I have a component which includes a script in renderComponent() using
pageRenderSupport.addExternalScript(this, getScriptAsset().getResourceLocation());
It works fine when used without ajax, a <script> tag is written to the HTML output. But when the same component is rendered in an ajax request (triggered by an async DirectLink), the script is not included at all.
Maybe this is unsupported? Any ideas? Thanks in advance, Norbi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]