RE: preventing ActionForm reset() from being called

2002-02-26 Thread Pedone, Tim
ect: preventing ActionForm reset() from being called I have an ActionForm bean that is used for more than one form, as the two forms have many common fields. In the Struts mapping configuration file, I have given it "session" scope, so that it will retain the values entered into on

preventing ActionForm reset() from being called

2002-02-26 Thread Charlie Toohey
I have an ActionForm bean that is used for more than one form, as the two forms have many common fields. In the Struts mapping configuration file, I have given it "session" scope, so that it will retain the values entered into one form or the other, and those values will always display when the