Hi Viggo,

  Here's a start :

saveStrategy.events.on({"save": function(response){
    // it went well, now do whatever you want with your response
}, "fail": function(response){
    // something went wrong...
},scope: saveStrategy});

  Using firebug, look at the response to see what you can do.

Regards,

Alexandre


On 11-02-25 07:34 AM, Viggo Lunde wrote:
Hi
How can I get the WFS-T response and parse it to give the user feedback if it went well?

Is there an example?

I have been staring here:
http://workshops.opengeo.org/geoext/wfs/wfst.html

Viggo


_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users


--
Alexandre Dubé
Mapgears
www.mapgears.com

_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to