Viral Tolat wrote: > - When should an ActionForm actually load values from the business > objects? On setServlet or reset?
In Action.perform() > - Where would I add a hook into the Struts framework that would allow an > ActionForm to be notified before any values are populated on it? > Would this be in reset() or in ActionServlet.processPopulate() Either would work. But neither is guaranteed to populate all the values of a form. > Thanks. Please post any additional questions like this on the user list. Ted
