[Cartoweb-users] Send data from client to server part in a Plugin

Oliver Christen oliver.christen at camptocamp.com
Tue Jul 18 09:44:24 EDT 2006


there is the public function handleHttpPostRequest($request) { (client side)
if you need the data on server side, you will need to transfert them from 
client to server side via public function buildRequest() { and recover the 
result of your sever-side functions (if any) with public function 
initializeResult($someresultobject) { or public function 
handleResult($someresultobject) {

maybe there is a simpler way, I will ask around

O.


> Hello,
> I want to use data from a form in my interface in the server part of my
> plugin. Do I need to use ServerCaller::overrideRequest and
> ClientResponder::initializeRequest ?
>
> I can not get informations about this, from the archive, and I am sure to 
> read
> something about this in the past.
>
> Thanks,
>
> Y.
> -- 
> Yves Jacolin
> http://yjacolin.gloobe.org
> ----
> Stagaire Conservatoire Régional des Espaces Naturels de la région Centre
> http://cahiersnaturalistes.free.fr/cpnrc/
> ----
> - Qu'est-ce que cela peut faire que je lutte pour la mauvaise cause
> puisque je suis de bonne foi?
> - Et qu'est-ce que ça peut faire que je sois de mauvaise foi
> puisque c'est pour la bonne cause. (Jacques Prévert)
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
> 



More information about the Cartoweb-users mailing list