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 set Output Text value from Managed Bean

Bharat8May 4 2016 — edited May 4 2016

Hi Everyone,

      In my application I have added one output text like

     <amx:outputText value="outputText1" id="ot4"/>

From Managed Bean i am Calculating value for Output Text and want to set value. but in managed bean i am not able to get value using

ValueExpression ve = AdfmfJavaUtilities.getValueExpression("outputText1", Integer.class);

Any suggestion , I am new to ADF mobile.

I am using JDeveloper 12c and MAF.

Thanks & regards,

Bharat

This post has been answered by SanjeevChauhan on May 4 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2016
Added on May 4 2016
3 comments
969 views