Re: reset() and validate() in an action form

2001-04-13 Thread Craig R. McClanahan
On Tue, 10 Apr 2001, Cecil Pang wrote: > I have some trouble in initializing a variable of type ListArray in an > action form and I am getting null pointer exceptions. Can someone tell me > when exactly are the reset(ActionMapping mapping, HttpServletRequest > request) and validate(ActionMa

reset() and validate() in an action form

2001-04-10 Thread Cecil Pang
I have some trouble in initializing a variable of type ListArray in an action form and I am getting null pointer exceptions. Can someone tell me when exactly are the reset(ActionMapping mapping, HttpServletRequest request) and validate(ActionMapping mapping, HttpServletRequest) methods called