RE: Pre-populating forms dynamically

2003-08-14 Thread Mainguy, Mike
public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { MyDynaValidatorActionForm ourForm = (MyDynaValidatorActionForm) form; ... Do all our magic to get th

Re: Pre-populating forms dynamically

2003-08-14 Thread Adam Hardy
don't forget that the properties on the beans will only be transferred where their names are the same. Funny how the same question from different people often appears within 48 hours 8-o Mainguy, Mike wrote: public ActionForward execute( ActionMapping mapping, ActionForm form,