Hows that may I ask? A getter needs to be called in order to populate a List that is DB driven

List theList = null;

public List getTheList(){
   if(theList == null)
      theList = getTheListFromDB();

   return theList;
}




David Delbecq wrote:
a webapp context listener
En l'instant précis du 02/20/07 15:28, Steve Torrefranca s'exprimait en
ces termes:
what is the best way to do this?

thank you

-Steve



Reply via email to