Hi All,
I have a requirement ,where in I want to populate the label for an accessor from resource bundle ,but its not populating with the value for the key provided in the label .
The portal bundle has following entry:
CUST_ADD=Customer Address
and I'm using the below piece of code in the pagedef.xml to render Customer Address on the UI
<Accessors>
<Item Value="custAddList"
Label="#{adfBundle['PortalBundle']['CUST_ADD']}"/>
</Accessors>
But it is giving following error on UI :
STRINGMANAGER: Key: '#{adfBundle['PortalBundle']['CUST_ADD']}' not found in bundle 'oracle.javatools.resourcebundle.ResourceBundleRT'
Can any one tell me how do we populate this label from resource bundle.
Thanks,
Garima