Hey Peter, actually I would have been more than happy to share the
code, but before I did I wanted to avoid anything embarrassing by
giving another thorough once over =) What was causing the issue for
me (clearly my own error) was that I had the form bound to "user",
while the variable in the event object for my user object was actually
called "currentUser".
Updating the bind attribute to "currentUser" in the form tag corrected
my mistake.
Thanks for the reply!
Brian