View Single Post
  #2 (permalink)  
Old 07-16-2007, 07:32 AM
akaruppa akaruppa is offline
Member
 
Join Date: Jul 2007
Posts: 2
akaruppa is on a distinguished road
Hi,
I think the problem is in
public void createItemList()

In this method, you are defining a local variable
ArrayList itemList = new ArrayList();

Hence the member variable itemList is still empty..
Reply With Quote