// setup class of the property type.
CellServerState setup = ((CellCreateMessage)editMessage).getCellSetup();
// Fetch the server-side cell class name and create the cell
String className = setup.getServerClassName();
logger.fine("Attempting to load cell mo: " + className);
CellMO cellMO = CellMOFactory.loadCellMO(className);
if (cellMO == null) {
/* Log a warning and move onto the next cell */
logger.warning("Unable to load cell MO: " + className );
sender.send(clientID, new ErrorMessage(editMessage.getMessageID(),