On 2010-03-08 17:40, Mario Nuñez Jimenez wrote: > > Hello list, > > I have no idea so I decided to ask alter searching with no result… > > I am using: > > > > GeoExt.data.FeatureStore > > > > And also: > > > > GeoExt.form.FormPanel > > > > I need to know how to insert and update data in my postgres database > using those interface elements. > > Any tip… ? >
The piece you are missing is a WFS (like GeoServer) or something similar (like FeatureServer). Once you have that on the server side and your features in the browser, you can persist them like shown in http://www.openlayers.org/dev/examples/wfs-protocol-transactions.html Regards, Andreas. -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
