For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
We have requirement where we want to fetch resource bundle string as a value of view object transient attribute. Is there any way to achieve this?
User, tell us your exact JDev version, please! I don't understand what you try to do. Anyway, you can create a transient attribute in the VO and overwrite the getter method for it. In the overwritten getter you access the bundle and return the string.
Timo