Re: null form passed to execute method

2004-05-27 Thread MichaelBoucher
Here's the segment of the validation.xml file which applies to login... ... Looks pretty vanilla to me... c'ya Mike Mike Boucher [EMAIL PROTECTED] Edgil Associates www.edgil.com "Don't take

RE: null form passed to execute method

2004-05-27 Thread MichaelBoucher
Hi there, Nope. No database statements in any actions. All database statements are done on a separate application server (written in C++), and all calls to that app server are in the models. c'ya Mike Mike Boucher [EMAIL PROTECTED] Edgil Associates www.edgil.

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.

RE: Validator vs form Validate() method.

2004-04-16 Thread MichaelBoucher
Hi there, That would be the problem... Makes me wish the OReilly book I'm using as a reference had mentioned that somewhere... Thanx to all who answered! c'ya Mike Mike Boucher [EMAIL PROTECTED] Edgil Associates www.edgil.com "Don't take life too seriously,

Validator vs form Validate() method.

2004-04-15 Thread MichaelBoucher
Hi folks, I've gotten myself sorely confused here... I've set up the validator to do simple validation on my forms. By "simple validation" I mean checking for required fields and integer input, etc. I need to use the validate() method to do more complex validation on one form, I need to verify