Deliverance, When I initialized as
try1: with out removing FieldValue bean injection in config file
try2: after removing FieldValue bean injection in config fileCode:fieldValue = new FieldValue[5];
Code:FieldValue fieldValue = new FieldValue[5];
For Both tries, I am getting null pointer exception at
please help.Code:fieldValue[0].setIdentifier("0");




Reply With Quote