0 Replies Latest reply on Jun 23, 2009 5:08 PM by wjackter

    javascript within jboss-portlet.xml

      I am using the jboss-portlet.xml file to add javascript files systematically into the portal environment. However, I want to use the "defer" functionality of the script tag but the DTD does not support this functionality. I updated the DTD, but whatever is used to process the xml file behind the scenes does not take the defer attribute into account when placing the object into the html.

      I am updating my code to use the doHeaders method from GenericPortlet but is there a way to get this functionality working properly with the jboss-portlet.xml as that is much cleaner and easier to maintain?