Hi all,
Is it possible to use a @Script component to render a script tag pointing to a js file hosted on a different server?
Basically, I need to inject a script tag such as:
<script src="http://otherserver.com/script.js"></script>
but I need to have it render in the head, or at least before other tapestry scripts are rendered.
Thanks, Paul.