I'm using Jboss Portal 2.6 and this is my jboss-portlet.xml file:
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE portlet-app PUBLIC | "-//JBoss Portal//DTD JBoss Portlet 2.6//EN" | "http://www.jboss.org/portal/dtd/jboss-portlet_2_6.dtd"> | <portlet-app> | <portlet> | <portlet-name>MyPortlet</portlet-name> | <header-content> | <script type="text/javascript" src="/js/myfile.js"></script> | </header-content> | </portlet> | | </portlet-app> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070634#4070634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070634 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
