I use turbine2.2-dev CVS version.

on Criteria.java, I thinks have bug on the line 2083 to 2094.

------------------------------------------------------------------------------
           if (or != null)
            {
                sb.append(OR);
                or.appendTo(sb);  
                //i think should be or.appendPsTo(sb,params);
            }
            
            if (and != null)
            {
                sb.append(AND);
                and.appendTo(sb);
                //i think should be and.appendPsTo(sb,params);
            }
------------------------------------------------------------------------------

-- 
wuym <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to