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.
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.