Displaying UDF's in View User Form OIM11gR2
958133Oct 25 2012 — edited Oct 25 2012Hi,
I have created certain UDF's in my user form, I have added those UDF labels using customize option on the view user form. But i do not see the database values actually coming on the form,
I referred below section:
http://docs.oracle.com/cd/E27559_01/relnotes.1112/e35820/id_mgr.htm#i1092308
section: 10.2.75
But i do not find any property: value change listener.
i am doing these changes on View form adding text as: Output w/label
This is the entry of the udf that i see in the jsff.xml file in my exported sandbox:
*<af:panelLabelAndMessage xmlns:af="http://xmlns.oracle.com/adf/faces/rich" label="#{bindings.PERSON_TYPE__c.hints.label}" id="dtrt_dc_3885726088">*
*<af:outputText xmlns:af="http://xmlns.oracle.com/adf/faces/rich" value="#{bindings.PERSON_TYPE__c.inputValue}"/>*
*</af:panelLabelAndMessage>*
Please share any ideas if anybody worked on this. This would be a grt help!!
thanks.