While integrating Fusion Charts with AwareIM, I have learned some things about using the DISPLAY URL action to displaying URLs that are built by AwareIM & exported/stored within the AwareIM directory structure.
Using AwareIM BOs and rules, you can
1) build HTML
2) export it to C:\AwareIM\Tomcat\webapps\AwareIM\ or a subdirectory under this
3) display it using DISPLAY URL
Following are notes about what I've learned about using the DISPLAY URL action to accomplish #3 above. Note that this is using Build 1166.
1) Html files in C:\AwareIM\Tomcat\webapps\AwareIM\ can used in DISPLAY URL action like:
..a) DISPLAY URL 'HtmlFileName.html' IN TAB
..b) DISPLAY URL LoggedInRegularUser.URL IN TAB (where URL attribute is format: HtmlFileName.html)
..c) DISPLAY URL BOname.URL IN TAB (where URL attribute is: HtmlFileName.html and BOname is in context)
2) Html files can also be place in a subdirectory like C:\AwareIM\Tomcat\webapps\AwareIM\HTML\ and used in DISPLAY URL action like:
..a) DISPLAY URL 'HTML/HtmlFileName.html' IN TAB
..b) DISPLAY URL LoggedInRegularUser.URL IN TAB (where URL attribute is format: HTML/HtmlFileName.html)
..c) DISPLAY URL BOname.URL IN TAB (where URL attribute is: HTML/HtmlFileName.html and BOname is in context)