Thanks, this was just the info I needed. I thought I needed to disconnect the old UILabelMap and start over with something new, but by adding my own property-map, I can leave all the existing UiLabelMap in place and just put anything new that I need in a separate property file and load it from the CommonScreens.xml file as you have indicated below. It works perfect. damon
Date: Tue, 4 Aug 2015 21:02:45 +0200 From: [email protected] To: [email protected] Subject: Re: uiLabelMap 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" <[email protected]> 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
