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
{
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to