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



Apr 25, 2011, 1:31 PM
29 Posts

comboBox partial refresh error

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 2
 Hello, everybody!
 
Today I have the following issue: 
 
I have two comboboxes, the content of Combo1 is fixed (2 options), the content of the second depends on the choices in the Combo1. 
The scrip behind is simple: 
 
var arr=new Array();
if (getComponent("comboBox1").value=="XXX"){
arr[0]="aaa";
arr[1]="bbb";
arr[2]="ccc";
}else{
arr[0]="ddd";
arr[1]="eee";
};
return arr;
 
 
Combo1 has partial refresh with onChange event. In the preview I get the following error: Can't find resource for bundle javax.faces.Messages, key ru
Besides, the comboBoxes are allocated on a tabbed panel (if that may help). The  error appears when I switch from one tab to another for 3-4th time.
 
How can I handle this?
Thank you!! 
Apr 27, 2011, 10:03 AM
261 Posts
Re: comboBox partial refresh error
Ruslan,
 
The server wants to return an error message, but can't return it because (in your case) the Russian language pack isn't installed. I'd suggest to try to retrieve the exact error message first. To do so you can:
  • Install the Russian language pack, or:
  • Assuming you have an US/ English Domino server installed: set the browser language to English and try again.
Mark
Apr 27, 2011, 11:02 AM
29 Posts
Re: comboBox partial refresh error
 Mark, 
by language pack you mean a pack for Server, right?
because we have Russian language pack installed on our server.
 
UPD: I set my browser display language to English (Firefox) and amusingly got no error displayed, everything looks like working fine... but any preview in Notes Client anyway throws the same error. 

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