The old syntax is gone.  The new syntax is like this:

<if test="someProperty != null">
  ...
</if>

iBATIS now uses OGNL for expressions - it's much more powerful than
the old tags.

Jeff Butler


On Tue, Sep 8, 2009 at 2:49 AM,
faresz<fares.zgh...@ibs-softsolutions.com> wrote:
>
> Does iBatis3 support the old syntax of iBatis 2 like <isNotNull.../> if not
> so the migration from version 2 to 3 will affect all our mapping/queries
> definitions and will cause a big overhead for the company. Is there any
> possibility to migrate without doing all the changes listed, or is there any
> tool that will help us to minimize this overhead?
> --
> View this message in context: 
> http://www.nabble.com/Mapping-new-syntax-tp25341397p25341397.html
> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to