[mapguide-users] RE: Working with the current selection

Alain Lebatard alain.lebatard at autodesk.com
Wed Apr 26 13:01:32 EDT 2006


The way to make it work for both the AJAX viewer and the DWF viewer is
to have the client send the current selection to your server-side
script, instead of having the server script trying to get the selection
from the session repository.

If your script is invoked from a web layout command 'Invoke URL', have
the current selection sent to the script by adding in Studio the
parameter $CurrentSelection to the command. If your script is invoked by
custom Javascript code, have this code retrieve the current selection
with GetSelectionXML() and add a parameter to your URL to send this
selection to the server. In this case be careful to use a POST request
and not a GET, as the size of the selection might exceed the maximum
length supported for a GET request (usually about 1K). Look at the
Submit() method in FormFrame, which makes it easy to do a POST request.

Alain

-----Original Message-----
From: kalpesh [mailto:kalpesh at pie-solution.com] 
Sent: Tuesday, April 25, 2006 9:50 PM
To: users at mapguide.osgeo.org
Subject: [mapguide-users] RE: Working with the current selection


But what if we want to make it work in DWF Viewer. Is there any
workaround ?

Kalpesh
--
View this message in context:
http://www.nabble.com/RE%3A-Working-with-the-current-selection-t1468388.
html#a4094930
Sent from the OSGeo MapGuide forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe at mapguide.osgeo.org
For additional commands, e-mail: users-help at mapguide.osgeo.org






More information about the Mapguide-users mailing list