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



Sep 17, 2015, 12:32 AM
47 Posts

XPage Submission - No data

  • Category: Debugging
  • Platform: All
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 3

We have an Xpage that is bound to backend form.  Every now and again the user submits data and the form just blanks out with no backend document creation, no xpage routing to the success page, etc.

This happens sometimes if they leaven their browser page open for awhile so we put in a timer to tell them the session expired.  But every now and again it's a new request.  I recall that it was fixed with a browser cache clearing.

This fantom submission has been intermittent throughout the years and has always troubled me about using XPages in this way.  Perhaps there is a setting or something we're missing but the users are ready for a mutiny.

Sep 17, 2015, 12:27 AM
586 Posts
hmmm

Might be a good question on StackOverFlow.

Is there an XAgent on the page or something similar?  There's some timeout issue that can happen.  I forget the details.  Paul Calhoun has talked about it on this Forum though.

 

Sorry - all I can think of at the moment.

Sep 17, 2015, 12:09 PM
47 Posts
Thanks

Thanks David.. I will try to find more info on StackOverflow.

Sep 17, 2015, 12:19 PM
298 Posts
If you think it is a timeout issue you could add a keep session alive control
This is in the Extension Library controls and will keep your session alive. Set the time to be a bit less than the session timeout settings in your xsp properties (default is 30 minutes).

Howard

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