you can use the <sql> tag to eliminate the duplicate "identical content", if the content is long or you have more than 2 conditions. otherwise duplicating it isn't the end of the world.
On 1/23/07, Brandon Goodin <[EMAIL PROTECTED]> wrote:
This question should be posted to the user list. It is not possible to check multiple values in one tag. However, you can create multiple tags. This is less than ideal but, it does work. We should be addressing these type of things as we work towards iB3. Feel free to create a JIRA ticket for this feature ehancement. Example of multiple tags: <isEqual property="test" compareValue="A"> ... content </isEqual> <isEqual property="test" compareValue="B"> ... identical content </isEqual> Brandon On 1/23/07, jenniferG <[EMAIL PROTECTED]> wrote: > > Is it possible to add multiple compare values to the isEqual dynamic > statement? For example I have > > <isEqual property="test" compareValue="A"> > > But I would like to check the "test" property for both "A" and "B". How do > I do this? > -- > View this message in context: http://www.nabble.com/Multiple-compareValue-in-isEqual--tf3065249.html#a8525246 > Sent from the iBATIS - Dev mailing list archive at Nabble.com. > >