Re: DynaActionForm, reset(), initialize() & session scope

2003-07-24 Thread Adam Hardy
Sorry Mike, what happens if you don't override reset() and call initialize() - I mean what is this empty/null collection problem with checkboxes? I haven't come across it. Adam Mike Whittaker wrote: Okay. We have to overide reset() and call initialize() to prevent the empty/null collection pro

DynaActionForm, reset(), initialize() & session scope

2003-07-23 Thread Mike Whittaker
Okay. We have to overide reset() and call initialize() to prevent the empty/null collection problem when having no checkboxes selected with DAF's However this is having the adverse effect of making my session scoped form behave like a request scoped one. I remove the call to initialize() and the