RE: Struts 1.2.4 - DynaActionForm.initialize(ActionMapping) no longer called ?

2004-11-26 Thread Natraj Gujran
(), make sure to call the 'reset' or 'initialize' immediately after. Thanks for the help, Natraj -Original Message- From: Natraj Gujran Sent: Thursday, November 18, 2004 4:44 PM To: '[EMAIL PROTECTED]' Subject: Struts 1.2.4 - DynaActionForm.initialize(ActionMapping) no longer called

Struts 1.2.4 - DynaActionForm.initialize(ActionMapping) no longer called ?

2004-11-21 Thread Natraj Gujran
Hi, This has come up during migration of our Struts 1.1 app to 1.2.4. It doesn't look like the 'initialize()' method of DynaActionForm is called anymore ? In our application, we cannot initialize form values by using static values in struts-config.xml. Eg: if a date is to be initialized