Re: null form passed to execute method

2004-05-27 Thread MichaelBoucher
y your LoginAction-validation.xml Regards, Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 9:15 AM Subject: null form passed to execute method > Hi folks, > > I'm experiencing some strange behavior that I

RE: null form passed to execute method

2004-05-27 Thread MichaelBoucher
alink.com> Subject: RE: null form passed to execute method

Re: null form passed to execute method

2004-05-27 Thread Martin Gainty
Michael- Could you supply your LoginAction-validation.xml Regards, Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 9:15 AM Subject: null form passed to execute method > Hi folks, > > I'm experiencing so

RE: null form passed to execute method

2004-05-27 Thread Geeta Ramani
Mike: My guess: Look at your Action class. Do you have database statements, result sets, connections that aren't getting closed in a finally block? Regards, Geeta > It isn't consistent, sometimes it happens, most of the time > it doesn't. > The one constant is that when it happens, I have to

null form passed to execute method

2004-05-27 Thread MichaelBoucher
Hi folks, I'm experiencing some strange behavior that I can't figure out... The first page of the application is a login page. Its pretty simple, has username and password text fields, and a login button. Every so often, the form parameter of the execute method in my LoginAction class is null.