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!

selectOneChoice preselecting and component refresh after loads

João RodriguesJan 22 2019 — edited Jan 22 2019

I have an selectOneChoice component pointing to a VO and i have the value of the selectOnChoice in a Bean.

I have a taskflow that travels between two pages, when i press a button i travel from one page to another one (where i have the selectOnChoice component that should be preselected).

I already tried to set the attribute and refresh it but the component does not exist at the time of the page change, i think that is because of the VO related with the selectOnChoice that still is not loaded yet.

JDeveloper version 12.2.1.3.0

This post has been answered by João Rodrigues on Jan 22 2019
Jump to Answer

Comments

Post Details

Added on Jan 22 2019
1 comment
133 views