Tertre Francois wrote:
>  
> Hi Jody,
>
> I use only GeoTools 2.3 (each time I change my GeoTools version, I need to
> do a lot of changes :-/)
>
> I try to filter on a property, what I want is a filter like this :
>
> <ogc:Filter>
>   <ogc:Or>
>     <ogc:PropertyIsEqualTo>
>       <ogc:PropertyName>constraint-id</ogc:PropertyName>
>       <ogc:Literal>ZICO</ogc:Literal>
>     </ogc:PropertyIsEqualTo>
>     <ogc:PropertyIsEqualTo>
>       <ogc:PropertyName>constraint-id</ogc:PropertyName>
>       <ogc:Literal>ZPS</ogc:Literal>
>     </ogc:PropertyIsEqualTo>
>   </ogc:Or>
> </ogc:Filter>
>
> My WFS getCapabilities says me that the filter is supported (and using it by
> hand is ok).
>   
Turn on logging in GeoServer and check if it is receiving the correct 
request? I do not see anything obviously wrong in what you have tried - 
I suspect you are just running into bugs caused by changing the filter 
interface in GeoTools 2.3.

Cheers,
Jody

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to