So not 100% sure what you're trying to do - but if you are reading from a wfs source (geoserver?) and want to do updates to the data there (wfst), then you need to put in a save strategy to get rid of them off your source.<div>
<br></div><div>This works for me:</div><div><br></div><div><div>[code] </div><div> var currentFeature = vecLayer.selectedFeatures;</div><div>    currentFeature[0].state = OpenLayers.State.DELETE;</div><div>    saveStrategy.save();</div>
<div>[/code]</div><div><br></div><div>Does that help?</div><div><br></div><div>Toby</div><div><br></div><br><div class="gmail_quote">On 25 September 2012 08:51, vGIS <span dir="ltr"><<a href="mailto:valentino1s73s@gmx.net" target="_blank">valentino1s73s@gmx.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Lookes like the removed Features are "Temporary Features". So, how do I<br>
completely remove temporary features?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/Cannot-delete-MultiPolygons-completely-tp5004085p5004197.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/Cannot-delete-MultiPolygons-completely-tp5004085p5004197.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</blockquote></div><br></div>