Since you are more than likely retrieving a data access object to set up the form 
object, why not just keep it hanging around in some kind of cache (application scope 
should do), and then compare it with the values that user submits to see what they 
changed.

-Dave



> -----Original Message-----
> From: Vinay [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 10, 2003 2:27 PM
> To: Struts Users Mailing List
> Subject: General Question
> 
> 
> This is a very general question and not specifically related 
> to struts or tag libraries, may be naive,thought somebody 
> could help me off the list on the list.
> 
> I have this very big form with list of 100's of transactions 
> pulled from the database base thru a select statement or a 
> similar one.
> 
> And this form has a lot of textfields where the user can edit 
> the fields and send it back to the database for updations. 
> 
> I need to get only those values which are being edited by the 
> user for updations in Action Class. If this looks vague , i 
> can elaborate.
> 
> Do i have to compare or check if user has edited.
> 
> The solution might be very trivial , but couldn't get any idea.
> 
> Thank you ,
> 
> Help appreciated,
> 
> 
> Vinay.
> 
> 
> 
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to