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



Jul 20, 2011, 12:04 PM
2 Posts

problem submitting an area of the page in xpage

  • Category: Dojo and Client Side JavaScript
  • Platform: Windows
  • Release: 8.5.1
  • Role: Developer
  • Tags: partial refresh,dojo
  • Replies: 1
 Hi All,

I'm facing a ridiculous problem.

I'm having a x-page with following fields.

Field Name === Type

Field A      ==== Combobox
Field B      ==== Combobox
Field C      ==== Combobox
Field D      ==== Combobox


Field A - Onchange Event - Updates Partially Field B and Field D
Field B - Onchange Event - Updates Partially only Field D
Field C - Onchange Event - Updates Partially only Field D

These on change events updates the option values of the Field D and some time field B. This takes time due to huge volume of data. So I added dojo progress bar using dijit.dialog and digit.progressbar.

When I select one value from field A, the choices in Field B and Field D get updated successfully.

When I choose one value from field B, I get the error "problem submitting an area of the page in xpage". 

Could you please help me to get this error resolved?

-
 
Sandip

Jul 21, 2011, 7:45 PM
31 Posts
Re: problem submitting an area of the page in xpage
Hi Sandip, usually when I've received an error such as that it's because the partial refresh can't locate the element or area it's trying to refresh.  Is there a visibility or rendering setting that might be tripping you up?  What I did to get around those errors was surround the troublesome element/field/section in a panel or <div> that's always visible then have my partial refresh operate on the surrounding panel or <div>.
Hope that helps,
Judy.

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