wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

FilterBuilder.setCriteria() Bug #658

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to use FilterBuilder 

when i try to use this AdvancedCriteria 

myFilterBuilder.setCriteria(new 
AdvancedCriteria("fieldName",OperatorId.CONTAINS," OurJobName"));

I will have CONTAINS on first select item , and NAME on Second one but i will 
have empty value on third one !!! and for the last i will have OurJobName value 
.

and i will have this error 
Found top-level AdvancedCriteria with no sub-criteria. Converting to a 
top-level 'and' with a single sub-criterion

What should i do to get it work fine ???? I use 3.0

Any help please ???

Original issue reported on code.google.com by Arkan.D...@exalt.ps on 28 Feb 2012 at 4:35

GoogleCodeExporter commented 9 years ago
Do not post questions here, this tracker is only for confirmed issues with 
minimal, ready-to-run test cases.  For questions or for things you think 
*might* be bugs, use the forums at forums.smartclient.com

Original comment by smartgwt...@gmail.com on 28 Feb 2012 at 8:20