Hi all,

Sorry if this appears twice -- my last attempt hasn't made it after an hour,
so I'm trying again.

I'm working with a form called UserProfileForm which includes a property
called email. I'm starting from a User Profile screen which displays the email
address and offers a link to edit it. That first screen is populated by the
UserProfileForm, and the edit screen also works with that form, as does the
confirm screen following that. After the confirmation, the update is
performed, and I do get the email address changed correctly in the DB.
However, after success, I return to the original User Profile screen, and it
displays the original email address rather than the changed email address. If
I again click on the link to edit, the screen then offers the changed email
address.

The action classes do seem to be updating the form correctly, but if they
were, I'd get the updated data, right?

I must be missing something simple, or exposing my newbie-hood (sigh...). I'm
happy to post code snippets if they would be helpful, but the code is rather
lengthy, so I don't want to just post all of it, and I'm not sure where to
focus my debugging attention.

Thanks for your help!

Yours,

Chris


____________________________________________________________________
   


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

Reply via email to