GetProps(); else { GetWFSServicePropVals( $_POST, $WFSProps ); GetWFSServiceContactPropVals( $_POST, $WFSProps ); // Validate inputs. $WFSProps->ValidateProps(); // Set new properties $WFSProps->SetProps(); $confirmationMsg = $confSuccessfulWFSUpdate; } } catch ( MgException $e ) { CheckForFatalMgException( $e ); $errorMsg = $e->GetMessage(); } catch ( Exception $e ) { $errorMsg = $e->getMessage(); } ?> \n"; DisplaySaveCancelBar(); EndContentArea( true, $formName, WFS_SERVICE_TITLE_ID); ?>