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