You can use the IncludeHTML control like Lucas suggested (see http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_include_html.html); set the control’s “value” property to the path to the .html file from your projects WebContent root; for example if you have the following directory structure
myproject
----src
----WebContent
--------META-INF
--------my-html
------------my-file.html
--------WEB-INF
set the IncludeHTML control’s value to “/my-html/my-file.html”.
Also, you can access that html file directly through the following url:
http://localhost:8585/myproject/my-html/my-file.html
Justin
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS