This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Mar 22, 2011, 8:31 AM
21 Posts

Re: Fetching an entire page with AJAX?

  • Category: Dojo and Client Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: AJAX
  • Replies: 4
That's what the docId sessionScope variable was for -
on the document xpage, you set the documentId to the docId you saved before, like so:
<xp:this.data>
        <xp:dominoDocument var="document1" action="openDocument"
            documentId="#{javascript:sessionScope.docId}">
        </xp:dominoDocument>
    </xp:this.data>
 
 
Mar 22, 2011, 9:11 AM
30 Posts
Re: Fetching an entire page with AJAX?
 Excellent! Got It!
 
 
Thanks! 
 
/J 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal