Re: rule dependent on boolean
Re: rule dependent on boolean
- Subject: Re: rule dependent on boolean
- From: Theodore Petrosky <email@hidden>
- Date: Tue, 07 Feb 2012 11:22:03 -0800 (PST)
My bad it should be:
session.user.security.seesShortList = 0
session.user.security.seesShortList = 1
Ted
--- On Tue, 2/7/12, Ramsey Gurley <email@hidden> wrote:
> From: Ramsey Gurley <email@hidden>
> Subject: Re: rule dependent on boolean
> To: "Theodore Petrosky" <email@hidden>
> Cc: email@hidden
> Date: Tuesday, February 7, 2012, 1:10 PM
> Try
>
> (pageConfiguration = 'ListAdRelease' and
> user.security.seesShortList = 1)
>
> for true and
>
> (pageConfiguration = 'ListAdRelease' and
> user.security.seesShortList = 0)
>
> for false.
>
> Ramsey
>
> On Feb 6, 2012, at 9:11 PM, Theodore Petrosky wrote:
>
> > I am trying different iterations of this and can not
> get it to work. I want one displayPropertyKeys if the
> boolean is true and different if false.
> >
> > (pageConfiguration = 'ListAdRelease' and
> user.security.seesShortList = 'true') then use these
> propertyKeys
> >
> > (pageConfiguration = 'ListAdRelease' and
> user.security.seesShortList = 'false') then use these keys
> >
> > Obviously, this doesn't work. Where am i going wrong?
> >
> > Ted
> > _______________________________________________
> > Do not post admin requests to the list. They will be
> ignored.
> > Webobjects-dev mailing list (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> >
> > This email sent to email@hidden
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden