This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How do I add content to the <head></head> of a page fromsmoyer Apr 26, 2006 1:44 PM (in response to smoyer)I started fighting with this problem last evening and (wouldn't you know it) found the answer as soon as I posted. 
 You can control header-content injection in the JBoss specific portlet descriptor (though I hadn't found it because I've been developing portable portlets).
 Is there some way to access/change these settings programmatically?
- 
        2. Re: How do I add content to the <head></head> of a page fromroy.russo Apr 26, 2006 2:06 PM (in response to smoyer)http://docs.jboss.com/jbportal/v2.2/reference-guide/en/html/themeandlayouts.html#d0e1657 
 This cannot be done programatically from within a portlet.
- 
        3. Re: How do I add content to the <head></head> of a page fromsmoyer Apr 26, 2006 3:02 PM (in response to smoyer)I was afraid of that ... maybe there will be a standardized mechanism in the next Portlet specification. I wanted to change renderers based on user privilege, but will have to look at another mechanism. 
 Thanks for the help Roy!
 
    