HI again,<br><br>Indeed it seems that the request is for a region that doesn't exist in the server (due to the wrong SRS). Try to add the EPSG to the layer constructor:<br><br>var wfs2 = new OpenLayers.Layer.WFS(
<br> "myLayer",
<br> "<span><a rel="nofollow" href="http://myserver:81/geoserver/wfs" target="_blank">http://myserver:81/geoserver/wfs</a></span>",
<br> {
<br> typename: 'myLayersNameInTheServer',
<br><br> }
<br> );<br><br> <br><br><div class="gmail_quote">2010/3/8 Sarah Schuessler <span dir="ltr"><<a href="mailto:sarah_flip@yahoo.de">sarah_flip@yahoo.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br><br>thanks for your suggestion!<br>Name of the layer is correct. I use featureType: "mylayer" (without prefix) and/or <span>typename: "gn:mylayer" but neither worked.</span><br>
Firebug gave me:<br> gml:boundedby ><gml:null>unknown</gml:null><br>I think because of different EPSG/coordinates. But don´t know how to manage best way.<br><br>best regards<br>Sarah<br></div></div></div></blockquote>
</div>