The portlet’s view file won’t be rendered until well after the “html” and “head” tag are rendered. They are executed while the “body” tag is being rendered.
The only mechanism that you currently have for modifying the contents of the head tag are by modifying the html_head.nbsp file. This file is located in MWS/server//deploy/portal.war/ui/system/html_head.nbsp
MWS will not pay attention to any modifications to this file unless you start in debug mode. (I’d recommend making a backup before making any changes).
Once you restart in debug mode (and after many other files are recompiled) you can make changes to this file and each browser request will force a recompile.
Please note that any upgrade is likely to revert any of your changes and you’ll need to re-apply them.
Hope this helps,
–mark
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS