You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sameer Apte <ap...@gmail.com> on 2018/08/09 14:46:15 UTC

global="true"?

Hi All,

Could one of you please explain what does global="true" mean in the below?

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

Regards,
Sameer Apte

Re: global="true"?

Posted by Sameer Apte <ap...@gmail.com>.
Thanks Taher.

On Thu, Aug 9, 2018 at 4:16 PM, Taher Alkhateeb <sl...@gmail.com>
wrote:

> I might be slightly wrong (been a while) but global=true means put it
> in the "globalContext". A global context is a map which is visible to
> all sub-screens and other widgets, whereas a private context is only
> visible to the current screen.
>
> Please feel free to correct me if I'm off target folks.
>
> On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte <ap...@gmail.com> wrote:
> > Hi All,
> >
> > Could one of you please explain what does global="true" mean in the
> below?
> >
> > <property-map resource="OrderUiLabels" map-name="uiLabelMap"
> global="true"/>
> >
> > Regards,
> > Sameer Apte
>

Re: global="true"?

Posted by Taher Alkhateeb <sl...@gmail.com>.
I might be slightly wrong (been a while) but global=true means put it
in the "globalContext". A global context is a map which is visible to
all sub-screens and other widgets, whereas a private context is only
visible to the current screen.

Please feel free to correct me if I'm off target folks.

On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte <ap...@gmail.com> wrote:
> Hi All,
>
> Could one of you please explain what does global="true" mean in the below?
>
> <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
>
> Regards,
> Sameer Apte