setRecipientTaxPayer(getSessionAttribute("taxpayer_docid"));
setEmployee(getSessionAttribute("employee_uuid"));
if (getSessionAttribute("incoming_deposits")==null) {
connect(getSessionAttribute("nickname"), getSessionAttribute("password"));
TaxPayer oTxp = new TaxPayer (getSession().getDms(), getSessionAttribute("taxpayer_docid"));
setSessionAttribute("incoming_deposits", oTxp.incomingDeposits(getSession()));
disconnect();
}
return new ForwardResolution(FORM);
} catch (Exception e) {
Log.out.error("CaptureBillNote.form() "+e.getClass().getName()+" "+e.getMessage());