%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=edit options= server=localhost:8080 projectName=calendar_app label=calendar_mapping_update_editform location=calendar_app/editpages/calendar_mapping_update-editform.jsp version=3 docType=editpage subType=form moduleName=calendar_mapping fieldName= channels=revize| description= --%><%-- #BeginRZ-PageHeader --%><%@ page language="java" %><% String rzmodule = "calendar_mapping"; %><%@ include file = "/util/setup_editform_header.jsp" %><%-- #EndRZ-PageHeader --%>
* " + deleteIdCount + " existing mapping record(s) must be updated."; } boolean dbUpdated = (recordsDeleted.size() > 0 || recordsAdded.size() > 0); if (!dbUpdated) notes += "
"; //--------------------------------------------------------------------- // ********** Update database if NOT debug mode ********** //--------------------------------------------------------------------- if (!debug) { Importer importer = new Importer(); if (recordsDeleted.size() > 0) importer.delete( rz.webspace, "calendar_mapping", recordsDeleted ); if (recordsAdded.size() > 0) importer.insert(rz.webspace,"calendar_mapping", fieldNames, fieldTypes, recordsAdded, true); } String SAVE_RETURN = "refreshData()"; /************************************/ /*BOOKMARK Page specific JavaScript*/ /**********************************/ %> <%-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DELETE standard javascript include file after the body tag (if shown above); it is included in the head section for edit pages and not used on templates. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --%>