RE: [mapguide-users] Fusion - Session ID invalid because the session separator character was not found

2009-09-11 Thread Berdel, Brian
I updated the Taskpane.js file in the widgets folder to fix this issue. It does not pass the parameters on load without this code I believe I entered a ticket for this with new code a while back. Change your setContent function to this: setContent: function(url) { if

RE: [mapguide-users] Fusion - Session ID invalid because the session separator character was not found

2009-09-10 Thread Chris Claydon
The ease of porting scripts from the basic viewer to the fusion viewer can vary substantially depending on what your code does. The underlying web tier API is the same, but the viewer APIs are different. In most cases there are equivalent functions in Fusion, the tricky part is figuring out