I am trying to create a list and add values to it but getting nullpointer exception. Can you please assist. Below is my Java code:
acctTypeCodes = new ArrayList();
cumBalIndicators.add(new SelectItem("Y", "Y"));
cumBalIndicators.add(new SelectItem("N", "N"));
Below is the error from log:
java.lang.NullPointerException
at com.jet.bean.GlAcctRefMBean.getCumBalIndicators(GlAcctRefMBean.java:185)