Skip to Main Content

Java Development Tools

Announcement

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!

How to fetch value from resource bundle as View object attribute value?

User_NDW6MJul 19 2022

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?

Comments

Timo Hahn

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

1 - 1

Post Details

Added on Jul 19 2022
1 comment
207 views