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



Jan 11, 2013, 11:17 PM
12 Posts
topic has been resolvedResolved

Back button without trigerring Validations

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.1
  • Role: Developer
  • Tags: Xpages,back button
  • Replies: 2
Hello,
 
I have two xpages, xpageA and xpageB. I am opening xpageB from a button on xpageA. xpageB contains a Back Button (client side Javascript window.back()) and few editable fields which has validation.
 
When I click on the "Back" button on xpageB, I do not want any of the validation to fire, instead just go back to xpageA.
 
Currently, the validation gets triggered and can not go back to XpageA. Using the browsers back button I can get back to xpageA. How do I simulate the browsers back button on my custom button on xpage?
 
Any Idea and suggestions are greatly appreciated.
 
Thanks,
Ven
Jan 11, 2013, 11:46 PM
366 Posts
Re: Back button without trigerring Validations
 Change the button to a "Cancel" type button.  No coding required.
 
Just make sure the "navigation" is set to return to Page A on submit or cancel. 
 
clicking cancel will not trigger any validation and return to the designated page 
Jan 14, 2013, 4:50 PM
12 Posts
Re: Back button without trigerring Validations
Thank You! That was easy.

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