<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Arial">Hi guys,<br>
<br>
I'm trying to add a combobox with autosuggest to my map like in
this example of geoext dev [1].<br>
But I'm facing problems.<br>
With that code [2], i got an error in the response [3]. But if I
remove 'the_geom' of propertyNames: ' [ TOPONIMIA', 'the_geom'],
an let only one I receive another error [4]. I never see any
suggest option when i write in combobox...<br>
I think its not a problem with srs (the wfs protocol works in form
panel) but i don't know wants wrong...<br>
Can anyone knows the problem?<br>
<br>
Thanks<br>
<br>
<br>
[1] </font><font face="Arial"><font face="Arial"><a class="moz-txt-link-freetext" href="http://dev.geoext.org/geoext/trunk/geoext/examples/geocoder-wfs.html">http://dev.geoext.org/geoext/trunk/geoext/examples/geocoder-wfs.html</a><br>
<br>
</font>[2] <a class="moz-txt-link-freetext" href="http://pastebin.com/5debX9Fp">http://pastebin.com/5debX9Fp</a><br>
<br>
[3]<br>
</font><code class="wrappedText focusRow" role="listitem"><ows:Exception
exceptionCode="InvalidParameterValue" locator="PROPERTYNAME">
</code><code class="wrappedText focusRow" role="listitem">
<ows:ExceptionText>msWFSGetFeature(): WFS server error.
Invalid PROPERTYNAME the_geom</ows:ExceptionText</code><code
class="wrappedText focusRow" role="listitem">><br>
<br>
[4]<br>
</code>
<pre role="list"><code class="wrappedText focusRow" role="listitem"> <gml:boundedBy>
</code><code class="wrappedText focusRow" role="listitem"> <gml:Null>missing</gml:Null>
</code><code class="wrappedText focusRow" role="listitem"> </gml:boundedBy></code></pre>
<br>
</body>
</html>