Hello,
When I use a locale different from the default one, the top-operators list has 4 elements instead of 3 :
- "and", "or", "not" : OK
- the localized texte for "and".
If the user selects the localized item, the criteria is invalid.
Below an example (German locale) :
Filter #1 (bracket) : {"_constructor":"AdvancedCriteria", "operator":"und",
"criteria":[{"_constructor":"AdvancedCriteria", "operator":"or", "criteria":[]}]}
Filter #2 (radio) : {"_constructor":"AdvancedCriteria", "operator":"and", "criteria":[]}
This only happens in bracket mode. I checked the radio mode, it works.
I have opened an issue here :
http://code.google.com/p/smartgwt/issues/detail?id=321
Thanks
--
Mat'
When I use a locale different from the default one, the top-operators list has 4 elements instead of 3 :
- "and", "or", "not" : OK
- the localized texte for "and".
If the user selects the localized item, the criteria is invalid.
Below an example (German locale) :
Filter #1 (bracket) : {"_constructor":"AdvancedCriteria", "operator":"und",
"criteria":[{"_constructor":"AdvancedCriteria", "operator":"or", "criteria":[]}]}
Filter #2 (radio) : {"_constructor":"AdvancedCriteria", "operator":"and", "criteria":[]}
This only happens in bracket mode. I checked the radio mode, it works.
I have opened an issue here :
http://code.google.com/p/smartgwt/issues/detail?id=321
Thanks
--
Mat'
Comment