Yes and moreover in the CommonScreens.xml of each component you got the application decorators where you can find some :

<property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>

To Add your label file, just add <property-map resource="YourFileUiLabels" map-name="uiLabelMap" global="true"/> (YourFileUiLabels.xml have to be in config folder if you kept default config)

Adding it after the other overload already existing properties.

HTH

Gil

On 04/08/2015 19:47, Taher Alkhateeb wrote:
Hi,

All setup and mapping is done in ofbiz-component.xml fix everything you
need there.

Taher Alkhateeb
On Aug 4, 2015 8:40 PM, "damon henry" <damonhe...@hotmail.com> wrote:

I have a custom app that I am building.  I started with an existing app
which I copied to hot-deploy and have been modifying as needed.  I'm having
a hard time figuring out where uiLabelMap is being loaded from.  My app is
still utilizing the properties in the original component for it's
uiLabelMap values, and I would like it to point to the ones in the new
component I am modifying.  Can someone point me in the right direction?  If
it matters, it is the Warehouse component that I started with.
thanksDamon

Reply via email to