| What I'm' doing is i have a client with user profiles that have | something like 50 fields (and therefore getters and | setters) in the profile. I need to send an email to the office when a
| user changes their profile, and I want them to see what the user has | changed, not just the details as they are after the changes. | So thanks to a suggestion from Sean Corfield, I'm creating a bean for | the user when they go to the update profile page, and i'm creating | another bean | with the same details and storing it in session scope. Then | after the | update is finished, I want to compare the contents of each value in | the two beans, to see what the user has changed. | That means doing Why not create this as a method in the bean, and pass in the other bean? /Hugo ###########################################This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.Formore information, connect to http://www.F-Secure.com/ You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
