Hi All,
In my application I have provided a page for resetting the password.
UserVO
UserId Primary key
UserPassword
ConfirmPassword Transient Attribute
NewPassword Transient Attribute
ConfirmNewPassword Transient Attribute
In the page I have dropped ConfirmPassword (As old password) ,NewPassword andConfirmNewPassword.
Password is getting changed and everything is working but when user again navigate to the same page , for the second time the three fields are not empty(As after the first time the transient variables temporarily got values).
So how to clear these fields.
Thanks,
Puneet
Jdev 11.1.2.2