Multiple compareValue in isEqual?

2007-01-23 Thread jenniferG
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:

Re: Multiple compareValue in isEqual?

2007-01-23 Thread Brandon Goodin
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

Re: Multiple compareValue in isEqual?

2007-01-23 Thread Clinton Begin
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

Re: Multiple compareValue in isEqual?

2007-01-23 Thread Brandon Goodin
I am all for it and there is discussion about it in a couple locations: iBATIS 3.0 Whiteboard: http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+3.0+Whitebo Improved Dynamic SQL Whiteboard: