[mapguide-users] AJAX Viewer Fixes for PHP and ASP.NWT - Value for property is null. - MgProxyFeatureReader.GetProperty line 448

Rock Beans rockbeans at gmail.com
Wed Sep 10 16:09:50 EDT 2008


Will these changes or something like this be implemented in the next
release of the basic AJAX viewer? We really should not have to edit
the ajaxview* code every implementation. Causes many problems with
services packs updates and organization.


PHP - Add if statement around the switch($propType) area.
Line 158
if ($features->IsNull($propName))
{
$val="(null)";
}
else
{


ASP.NET - Add if statement around the switch (propType) area.
Line 163
if(features.IsNull(prop))
{
val = "(Null)";
}
else
{


More information about the mapguide-users mailing list