Indeed you are correct. the copyTo() method doesn't copy username because that same bean is shared by the profile update action and you can't change username on profile updates.

I've just committed a fix.

-- Allen


Miles Huang wrote:
The ProfileBean.copyFrom(UserData) doesn’t copy the userName attribute, may be 
intentional.

Register.save() doesn’t do it either. So the UserData VO’s userName will always 
be null, cause register fail.


Reply via email to