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!

ADF. Binded Value Doesn't Change Programmatically

586384Feb 7 2008 — edited Feb 7 2008
Hi,

I want to make a Hello World jspx page with OutputText component displaying "Hello World" message. I made back bean to be a ControlClass of this page and binded some variable to the value property of the OutputText. Then, I put value to the variable in the Prepare Model method but OutputText does not show the new value. So, how can I output some message programmatically on the page?

For example, the problem is that I want to populate it on some stage of the page LifeCycle (in real programm I'll select it's value from the DataBase according to the input parameters). When I set the value to the binded variable on prepareModel
Stage, it does not appear in the OutputText.

Is this stage not good for this task or page should be somehow refreshed?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2008
Added on Feb 7 2008
1 comment
377 views