My bad it should be: session.user.security.seesShortList = 0 session.user.security.seesShortList = 1
Ted --- On Tue, 2/7/12, Ramsey Gurley <[email protected]> wrote: > From: Ramsey Gurley <[email protected]> > Subject: Re: rule dependent on boolean > To: "Theodore Petrosky" <[email protected]> > Cc: [email protected] > 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 protected]) > > Help/Unsubscribe/Update your Subscription: > > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > > > This email sent to [email protected] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
