ListPreference listpreference= userobjectd.getListPreference("Expenses");
DisplayList displaylistSession = ( DisplayList )session.getAttribute( "displaylist") ;
DisplayList displaylist = ( DisplayList )request.getAttribute( "displaylist") ;
ExpenseFormList DL= null;
// After performing the logic in the DeleteHanlder, we are generat a new request for the list
// So we will not be carrying the old error. So that we will try to collect the error from the Session variable
// Then destory it after getting the Session value
if (session.getAttribute("listErrorMessage") != null)
{