Null DynaActionForm

2003-11-12 Thread Sumit S.
Hi, How do I create a new instance of a DynaActionForm when the form passed to my Action.execute() method is null ? public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request,

RE: Null DynaActionForm

2003-11-12 Thread Matt Pease
Probably you aren't properly setting up the dynaActionForm in your struts-config.xml file. matt -Original Message- From: Sumit S. [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 12:55 PM To: [EMAIL PROTECTED] Subject: Null DynaActionForm Hi, How do I create a new

RE: Null DynaActionForm

2003-11-12 Thread Yee, Richard K,,DMDCWEST
, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: Null DynaActionForm Hi, How do I create a new instance of a DynaActionForm when the form passed to my Action.execute() method is null ? public ActionForward execute(ActionMapping mapping, ActionForm form