[Cartoweb-users] RE: Cartoweb-users Digest, Vol 24, Issue 22
Oliver Christen
oliver.christen at camptocamp.com
Wed Apr 18 05:47:52 EDT 2007
the response seems correctly formated
I noticed something else.
in your search.ajax.js , change :
$('search_results').innerHTML = pluginOutput.htmlCode.POSTGIS_MAJ;
by
$('search_results_div').innerHTML = pluginOutput.htmlCode.POSTGIS_MAJ;
and let me know if it works
if it's ok, then it's an error in the documentation
regards
Oliver
----- Original Message -----
From: <veroh at bluewin.ch>
To: <oliver.christen at camptocamp.com>
Sent: Wednesday, April 18, 2007 11:03 AM
Subject: Re: [Cartoweb-users] RE: Cartoweb-users Digest, Vol 24, Issue 22
So here we go. I only send th emessage to you as there is a limit for
the cartoweb list.
Véronique
----Message d'origine----
De: oliver.christen at camptocamp.com
Date: 18.04.2007 10:38
À: <veroh at bluewin.ch>
Copie: <cartoweb-users at lists.maptools.org>
Objet: Re: [Cartoweb-users] RE: Cartoweb-users Digest, Vol 24,
Issue 22
at first sight it looks ok, but we only see the beginning and the
rest is
cut because of the alert box.
so we will have to change a bit the debugging.
do you have the FireFox web developer addon ? if no, install it
now:
https://addons.mozilla.org/en-US/firefox/addon/60
then in AjaxHandler.js
remove alert(response.responseText);
and write:
xGetElementById('debugbox').innerHTML = '<pre>' + response.
responseText +
'</pre>';
and in your cartoclient.tpl, add near the footer:
<div id="debugbox"></div>
make a cw3setup.php --clean so the template change is taken into
account
try again the search, then, using the web developer toolbar, choose
the View
Source->View Generated Source and have a look at the content of the
<div
id="debugbox"> element. Now we should see the complet response
message.
copy it and sent it to me
regards
Oliver
----- Original Message -----
From: <veroh at bluewin.ch>
To: <oliver.christen at camptocamp.com>
Cc: <cartoweb-users at lists.maptools.org>
Sent: Wednesday, April 18, 2007 10:24 AM
Subject: Re: [Cartoweb-users] RE: Cartoweb-users Digest, Vol 24,
Issue 22
OK, so after clearing the cache and restarting Apache (wamp), I got
a
message. Unfortunately, no ways that I could copy it so I did a
printscreen and it is in the joined file.
Hope it will help.
Véronique
More information about the Cartoweb-users
mailing list