You may also want to explicitly set your SRS on your WFS layer.  Eg:<br><br>var geoserver = new OpenLayers.Layer.Vector( &quot;GeoServer WFS:<br>
Itasca Lakes&quot;, {<br>
          strategies: [new OpenLayers.Strategy.BBOX()],<br>
          protocol: new OpenLayers.Protocol.WFS({<br>
              url: &quot;<a href="http://172.16.172.129:8080/geoserver/wfs" target="_blank">http://172.16.172.129:8080/geoserver/wfs</a>&quot;,<br>
              featureType: &quot;prco303:itasca&quot;,<br>
              featureNS: &quot;<a href="http://172.16.172.129/" target="_blank">http://172.16.172.129</a>&quot;,<br>             srs: &quot;EPSG:26915&quot;<br>
              })<br>
          });<br><br>PS:  You have a trailing comma after your featureNS in the code you posted.<br><br>HTH,<br>Brian<br><br><div class="gmail_quote">On Fri, Feb 12, 2010 at 10:15 AM, Christopher Schmidt <span dir="ltr">&lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Fri, Feb 12, 2010 at 02:58:29PM +0000, Lewis Oaten wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I am very sorry if this is a duplicate post but I believe my last message<br>
&gt; didn&#39;t appear as I wasn&#39;t signed up to the mailing list.<br>
&gt;<br>
&gt; I would be very grateful if you could read through my message and pass on<br>
&gt; your thoughts.<br>
<br>
</div><a href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost" target="_blank">http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost</a><br>
<div><div></div><div class="h5"><br>
&gt; Many thanks,<br>
&gt;<br>
&gt; Lewis Oaten<br>
&gt; web: <a href="http://lewisoaten.com" target="_blank">lewisoaten.com</a><br>
&gt; twit: <a href="http://twitter.com/lewisoaten" target="_blank">twitter.com/lewisoaten</a><br>
&gt; key: <a href="http://pk.caecus.co.uk" target="_blank">pk.caecus.co.uk</a><br>
&gt; cal: <a href="http://tgl.me/LewisOaten" target="_blank">tgl.me/LewisOaten</a><br>
&gt;<br>
&gt; ---------- Forwarded message ----------<br>
&gt; From: &quot;Lewis Oaten&quot; &lt;<a href="mailto:sphyrz@gmail.com">sphyrz@gmail.com</a>&gt;<br>
&gt; Date: 9 Feb 2010 17:09<br>
&gt; Subject: WFS Not loading<br>
&gt; To: &lt;<a href="mailto:users@openlayers.org">users@openlayers.org</a>&gt;<br>
&gt;<br>
&gt; Hi All,<br>
&gt;<br>
&gt; Excuse me if my etiquette isn&#39;t up-to-scratch, this is my first time<br>
&gt; posting on this mailing list.<br>
&gt;<br>
&gt; I have been fighting with a bug for some time when working with<br>
&gt; GeoServer, GeoExt and OpenLayers. When I try to load a WFS layer,<br>
&gt; nothing happens. No connection attempt is made to the server and no<br>
&gt; errors are displayed. If, however, I try to load the same data as WMS,<br>
&gt; from the same server with similar parameters, the layer loads<br>
&gt; correctly.<br>
&gt;<br>
&gt; Examples of my code are:<br>
&gt;<br>
&gt;        var geoserverWMS = new OpenLayers.Layer.WMS(<br>
&gt;          &quot;Geoserver WMS: Itasca Lakes&quot;,<br>
&gt;          &quot;<a href="http://172.16.172.129:8080/geoserver/wms" target="_blank">http://172.16.172.129:8080/geoserver/wms</a>&quot;,<br>
&gt;          {layers: &quot;prco303:itasca&quot;, transparent: &quot;true&quot;},<br>
&gt;          {isBaseLayer: false, projection: &quot;EPSG:26915&quot;}<br>
&gt;          );<br>
&gt;<br>
&gt;        var geoserver = new OpenLayers.Layer.Vector( &quot;GeoServer WFS:<br>
&gt; Itasca Lakes&quot;, {<br>
&gt;          strategies: [new OpenLayers.Strategy.BBOX()],<br>
&gt;          protocol: new OpenLayers.Protocol.WFS({<br>
&gt;              url: &quot;<a href="http://172.16.172.129:8080/geoserver/wfs" target="_blank">http://172.16.172.129:8080/geoserver/wfs</a>&quot;,<br>
&gt;              featureType: &quot;prco303:itasca&quot;,<br>
&gt;              featureNS: &quot;<a href="http://172.16.172.129" target="_blank">http://172.16.172.129</a>&quot;,<br>
&gt;              })<br>
&gt;          });<br>
&gt;<br>
&gt; I have whittled away at the parts of the system until I am attempting<br>
&gt; to run the WFS example<br>
&gt; (<a href="http://openlayers.org/dev/examples/wfs-states.html" target="_blank">http://openlayers.org/dev/examples/wfs-states.html</a>) on my own server<br>
&gt; and am faced with the same problem.<br>
&gt;<br>
&gt; Unfortunately, I have run out of ideas to test next. I would be very<br>
&gt; grateful if someone could give me some idea of what I am doing wrong<br>
&gt; or at least a suggestion for how to continue debugging.<br>
&gt;<br>
&gt; Thanks in advanced for your help.<br>
&gt;<br>
&gt; Yours sincerely,<br>
&gt;<br>
&gt; Lewis Oaten<br>
&gt; web: <a href="http://lewisoaten.com" target="_blank">lewisoaten.com</a><br>
&gt; twit: <a href="http://twitter.com/lewisoaten" target="_blank">twitter.com/lewisoaten</a><br>
&gt; pk: <a href="http://pk.caecus.co.uk" target="_blank">pk.caecus.co.uk</a><br>
&gt; cal: <a href="http://tgl.me/LewisOaten" target="_blank">tgl.me/LewisOaten</a><br>
<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
<font color="#888888"><br>
<br>
--<br>
Christopher Schmidt<br>
MetaCarta<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</font></blockquote></div><br>