list display
Higetting data from database in list(collection) and showing to jsp using strut.if nothing is obtained from list that is list size is 0 and even then I need to show all data value as 0
trying this but error bean not in scopeif(list.size()!=0){ session.setAttribute("a",a);}else{Integer c = new Integer(0);list.add(0,c);list.add(1,c);listset(0,c);list.set(1,c);session.setAttribute("a",a);}