You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Chema <ch...@gmail.com> on 2006/11/25 11:36:52 UTC

Nest tags

Hello:

One easy question:
is it possible to nest many <isEqual> tags ?

For example :

[...]
<isEqual property="p1" compareValue="YES">
        <isEqual property="p2" compareValue="NO" prepend="AND">
                FIELD = 'FALSE"
        </isEqual>
</isEqual>
[...]

Does this work fine ? Another way ?

Thanks in advance

Regards