}
if (transactionType.equals("Despatch Confirmation"))
{
OutgoingDespatchConfirmation odc = new OutgoingDespatchConfirmation(Common.selectedHostID, Common.sessionID);
odc.submit(Long.valueOf(messageRef));
errorMessage.setText(odc.getErrorMessage());
odc = null;
}
if (transactionType.equals("Despatch Pre Advice"))