Re: wo features
Re: wo features
- Subject: Re: wo features
- From: Mike Schrag <email@hidden>
- Date: Wed, 20 Feb 2008 11:57:34 -0500
HasItems: WOConditinal {
var1 = theStore.itemsWithCategoryId@[123];
var2 = session.sessionUser.isMemberOf@theStore;
expr = (var2 == true && var1 > 0);
}
You can do all of this (well except for the expression operating on
other bindings of the same object, but that's sort of weird anyway)
with WOOgnl.
ms
_______________________________________________
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