How to evaluate EL in adf mobile

Getting or setting the value form inputtext

AdfELContext adfELContext = AdfmfJavaUtilities.getAdfELContext();  
 ValueExpression ve =AdfmfJavaUtilities.getValueExpression("#{bindings.EmpName.inputValue}", String.class);  
 ve.setValue(adfELContext, "Wim");  

Comments

Popular posts from this blog

Another user has changed the row with primary key oracle.jbo.Key[12 ].

Working With File Throgh WebUtill

Reading From File