ADF
:BC : transient attribute always value should populate from getter logic method
Transient
attribute populated through programmatically, if you do executeQuery() the
value of transient attribute will vanish.
Always
populate transient attribute value from getter logic method or expression.
Solution
Way 1 : If
possible write the logic in getter method of transient attribute.
Way 2 :
After Search repopulate the “Y” programmatically in transient attribute as
shown below.
No comments:
Post a Comment