Dirty Data check

2003-06-24 Thread Agarwal, Vinay
Hi, Does struts provide any inbuilt support for dirty data check. For example.. If a user changed data on a form and moved on to another form or link without saving data, is there a way to track the changes and prompt a message asking user to save changes. thanks, Vinay

Re: Dirty Data check

2003-06-24 Thread Rick Reumann
On Tue, 2003-06-24 at 10:52, Agarwal, Vinay wrote: Does struts provide any inbuilt support for dirty data check. Not that I'm aware of. You'll have to code this yourself. -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Dirty Data check

2003-06-24 Thread shirishchandra.sakhare
validators are supposed to be used for this...check the user doc.. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:03 PM To: Struts Users Mailing List Subject: Re: Dirty Data check On Tue, 2003-06-24 at 10:52, Agarwal, Vinay wrote: Does