How can one add a javascript file to a Tapestry component by its url and
not its path ?

It would be usefull to integrate other framework like GoogleMaps wich
has this kind of url :
    <script type="text/javascript"
src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=...";></script>
or DWR with those urls :
    <script type='text/Javascript' src='/myapp/dwr/engine.js'></script>
    <script type='text/Javascript' src='/myapp/dwr/util.js'></script>

Stephane

Reply via email to