if (data != null) {
save(data);
currentGame = (GameBean)data.getData();
}
data = new RequestStoredData(StorageFactory.getStorage(StorageType.SESSION));
data.setData(currentGame);
data.register(this, "getEdit");
Document xml = new XMLReflectionObj(currentGame).toXML();
xml.getDocumentElement().setAttribute("__fid", data.getGuid());