Hi all,

I'm trying to load several documents in the same window, and I found
this piece of example that works with the XComponentLoader

... loadComponentFromURL(url1,"Mydoc", 1, loadProps);
... loadComponentFromURL(url2,"Mydoc", 2, loadProps);

This should work with a new window, but I'm trying to load them into an
applet. The OOBean just gives me this method to do it (no title, no id)

... loadFromURL( url1, loadProps );

Can anybody help me to find the way to load various docs into an applet?

Joan

This e-mail may contain confidential or privileged information. Any unauthorised
copying, use or distribution of this information is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to