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&v=2.x&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