I want to store a list (that was fetched from the DB on the first form) to use in a form that is several forms later in the application ? Should I just use request.getSession().setAttribute(listName,listRef ) to store my list or is there a better or (Springy:)) way to do this ?
