public class ResourceLoadingComponentRenderer
extends javax.faces.render.Renderer
Uses ICEfaces 2 @MandatoryResourceComponent annotation to make javascript
files available upon application startup.
This solution was implemented because h:outputScript was not functioning
appropriately when a component was placed in a dynamic include. A manual
refresh was required to have the browser load the javascript files.