Re: logic tag: checking presense of key or value in a map?

2002-02-26 Thread Torgeir Veimo
Torgeir Veimo wrote: Is there a simple way of checking wether a map contains a given key or value? I tried something like logic:equal name=child property=properties.key value=keyname /logic:equal I guess I have to do this myself. I need a logic:containsKey value= and

logic tag: checking presense of key or value in a map?

2002-02-25 Thread Torgeir Veimo
Is there a simple way of checking wether a map contains a given key or value? I tried something like logic:equal name=child property=properties.key value=keyname /logic:equal but I'm not shure if what I'm trying to do is supported. (The child bean has a method Map getProperties().) --