GetProps(); else { GetWmsServicePropVals( $_POST, $wmsProps ); GetWmsServiceContactPropVals( $_POST, $wmsProps ); // Validate inputs. $wmsProps->ValidateProps(); // Set new properties $wmsProps->SetProps(); $confirmationMsg = $confSuccessfulWMSUpdate; } } catch ( MgException $e ) { CheckForFatalMgException( $e ); $errorMsg = $e->GetMessage(); } catch ( Exception $e ) { $errorMsg = $e->getMessage(); } ?> \n"; DisplaySaveCancelBar(); EndContentArea( true, $formName, WMS_SERVICE_TITLE_ID); ?>