RE: Using Validator To Avoid Database Trip

2004-02-04 Thread Richard Yee
TED] Sent: Wednesday, February 04, 2004 12:03 AM To: 'Slattery, Tim - BLS'; 'Struts Users Mailing List' Subject: RE: Using Validator To Avoid Database Trip Things like Hibernate (ORM layer) might do some of these tricks for you. I think it only updates what has been changed an

RE: Using Validator To Avoid Database Trip

2004-02-03 Thread Duggal, Sanjay
e Commons Validator. Sanjay -Original Message- From: Dhaliwal, Pritpal (HQP) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:03 AM To: 'Slattery, Tim - BLS'; 'Struts Users Mailing List' Subject: RE: Using Validator To Avoid Database Trip Things like H

RE: Using Validator To Avoid Database Trip

2004-02-03 Thread Dhaliwal, Pritpal (HQP)
, February 03, 2004 7:12 AM To: 'Struts Users Mailing List' Subject: RE: Using Validator To Avoid Database Trip > I have an "Edit Existing Record" screen. When the user clicks > the Save button on this screen, I'm supposed to store the > changed data in th

RE: Using Validator To Avoid Database Trip

2004-02-03 Thread Slattery, Tim - BLS
> I have an "Edit Existing Record" screen. When the user clicks > the Save button on this screen, I'm supposed to store the > changed data in the database. However there may be a > situation where the user leaves the data unchanged & still > presses the Save button. In this case, I want to avoi