thanks 4 the answer, you don't understand me.

<isPropertyAvailable property="prop1 OR prop2">
  body
</isPropertyAvailable>

what i want is to evaluate "body" when property "prop1" is available, OR 
property "prop2" is available.

On Fri 20. June 2008 18:05:19 Carlos de Luna Saenz wrote:
> Yes, you may use an iteration...
>       <select id="porEleccionIds" resultMap="mappingTO"
>        parameterClass = "MappingTO">
>         select A.ParteT,   A.Consec,   A.Id
>                                                           where
>                                                                 A.epoca =
> B.idEpoca AND A.sala = C.idInst
>
>              <iterate property = "listado" open = "" close = "" conjunction
> = "OR"> #listado[]#
>               </iterate>
>              order by $orderBy$ $orderType$
>
>
> Greetings
>
> ----- Mensaje original ----
> De: Martin Zdila <[EMAIL PROTECTED]>
> Para: [email protected]
> Enviado: viernes, 20 de junio, 2008 10:53:20
> Asunto: OR
>
> hello
>
> is it possible to combine conditions with OR? example:
>
> <isPropertyAvailable property="prop1 OR prop1">
> ..
> </isPropertyAvailable>
>
> thanks in advance



-- 
Martin Zdila 
CTO

M-Way Solutions Slovakia s.r.o.
Letna 27, 040 01 Kosice
Slovakia

tel:+421-908-363-848
mailto:[EMAIL PROTECTED]
http://www.mwaysolutions.com
xmpp:[EMAIL PROTECTED] (Jabber)
skype:m.zdila
  • OR Martin Zdila
    • Re: OR Carlos de Luna Saenz
      • Re: OR Martin Zdila

Reply via email to