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 10, 2012, 12:37 PM
11 Posts

refresh a field wiyhout reloading whole page in CSJS

  • Category: Dojo and Client Side JavaScript
  • Platform: All
  • Release: 8.5.3
  • Role:
  • Tags: refresh a field wiyhout reloading whole page in CSJS
  • Replies: 2
Hi,
Can anyone tell me how to refresh a field without reloading the whole page in Client side JS.
Sep 10, 2012, 2:08 PM
26 Posts
Re: refresh a field wiyhout reloading whole page in CSJS
XSP.partialRefreshPost is the method you need to use.

This method accepts two arguments: the first is the client-side ID of the element to be refreshed - not the element itself, the value of the element's ID attribute in the rendered HTML; the second argument is optional.
 
Regards,
Pranesh
Sep 14, 2012, 1:28 PM
11 Posts
Re: refresh a field wiyhout reloading whole page in CSJS
I tried partialrefreshPost but it didn work..could you give any working example.

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