Friends I need your help.
I am working in OAF and one of the requirement is to identify if user changed the value of particular field and if he did , then I need to populate that value in another field.
I want to see if there is any functionality at field level something like ISDIRTY concept on vo objects.
So basically, when user clicks SAVE button, I need to verify the value on the form to that of in database and if both are not same then I have to populate the value in another field also.
I thought of using pageContext.putSessionValue to store the initial value and then compare it with form value . But I am not sure using pageContext.putSessionValue may cause any performance issue or memory leak issue or anything.
Thank You
Sri.