1 Reply Latest reply on Mar 4, 2009 3:10 PM by nbelaevski

    rich:combobox error 80020101.

    ajanz

      i got an error 80020101 when rendering a rich combobox.

      but i don't see why.

      here is the a4j:log

      debug[13:54:37,241]: Evaluate script replaced area in document: //
      var clientId = 'wfindexform:INPUTTEXT_12';
       var comboboxUserStyles = { button : {
       classes :
       {
       normal: "",
       active: "",
       disabled: ""
       },
       style : {
       normal: "",
       active: "",
       disabled: ""
       } },
       buttonicon : { style :
       {
       normal: "",
       active: "",
       disabled: ""
       }
       }, field : {
       classes :
       {
       normal: "",
       active: "",
       disabled: ""
       },
       style :
       {
       normal : "",
       active : "background-color:white",
       disabled : ""
       } },
       combolist : {
       list: {
       classes:
       {
       active: ""
       },
       style:
       {
       active: "'"
       }
       },
       item: {
       normal : "",
       selected: ""
       } }
       };
       var combobox = new Richfaces.ComboBox( "wfindexform:INPUTTEXT_12",
       "wfindexform:INPUTTEXT_12list",
       "wfindexform:INPUTTEXT_12listParent",
       "wfindexform:INPUTTEXT_12comboboxValue",
       "wfindexform:INPUTTEXT_12comboboxField",
       "wfindexform:INPUTTEXT_12comboboxButton",
       "wfindexform:INPUTTEXT_12comboBoxButtonBG",
       "wfindexform:INPUTTEXT_12shadow",
       new Richfaces.ComboBoxStyles(),
       comboboxUserStyles,
       "123px", "200px",
       ['EUR','BMD ','BND'] ,
       false,
       true,
       true,
       null,
       null,
       "",
       false, 'BMD ',
       0, 0);
      //
      error[13:54:37,319]: . Error message: Der Vorgang konnte aufgrund des folgenden Fehlers nicht fortgesetzt werden: 80020101.