the easiest way (I believe) is to use the declarative injection of header 
content. In this case you can declare the js file to be included as link in the 
head tag, by adding this to your jboss-portlet.xml descriptor : 


  |    <portlet>
  |       <portlet-name>MyAJAXPortlet</portlet-name>
  |       <header-content>
  |           <link type="text/javascript" href="/portlet-resources/dojo.js" />
  |       </header-content>
  |    </portlet>
  | 

The only limitation is that you need to use the 'generic' layout , or any other 
layout that features the <p:headerContent /> jsp tag 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927884#3927884

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927884


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to