I want to initialize to more than one so that I can append two columns to override (please refer my #16 post)
When I tried as follows
I am getting following exception atCode:fieldValue[0] = new FieldValue();
Exception:Code:fieldValue[1].setName("SecondDate"); fieldValue[1].setValue(updated_ SecondDate);
Please help.Code:java.lang.ArrayIndexOutOfBoundsException: 1




Reply With Quote