I think something like that work :

@Environmental
   private PageRenderSupport renderSupport;

   @Inject
   @Path("myScript.js")
   private Asset myScript;


renderSupport.addScriptLink(myScript);

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to