Hello,I’m using two dependent comboboxes in my xpages,to store the combo1’s value i’m trying to use the following code:
var combo1=getComponent(“nomClient”);
var nom=combo1.getValue();
requestScope.put(“nomClient”,nom);
context.reloadPage();
the probleme is that i can’t get “GetValue()”,i have "getValueBinding(…) in stead!!
i don’t find “getSubmittedValue()” either.
Any ideas??
thanks in adance