A WOKeyValueConditional component displays its contents (that is, everything between the <WEBOBJECT...> and </WEBOBJECT...> tags in the template file) if the result of the parent component’s valueForKey method matches a particular value. Raises an exception if the parent component’s dictionary does not contain key. This component is very similar to the WOConditional dynamic element and is usually used in conjunction with the “WOTabPanel” component.
WOKeyValueConditional { key=aString; value=anObject; };
The key whose value is compared.
The value that must match the result of the parent’s valueForKey method.
Inverts the sense of the condition. By default, negate is assumed to befalse.
Last updated: 2004-12-02