System.out.println("result: " + result.getCsvUrl2());
System.out.println("result: " + result.getCsvUrl3());
System.out.println("result: " + result.getCsvUrl4());
System.out.println("result: " + result.getCsvUrl6());
System.out.println("making a hyperlink to: /hudxml3upload/blobservice?id=" + result.getId() + "&file=1" );
Anchor anchor = new Anchor("Download Converted Rosie CSV File 1 - Family Information", "/hudxml3upload/blobservice?id=" + result.getId() + "&file=1");// + result.csvUrl);7gRiRjUxCyZGdhN8kwUwZg
anchor.setVisible(true);
anchor.setFocus(true);
mainPanel.add(anchor);
System.out.println("making a hyperlink to: /hudxml3upload/blobservice?id=" + result.getId() + "&file=2" );
Anchor anchor2 = new Anchor("Download Converted Rosie CSV File 2 - Family Members", "/hudxml3upload/blobservice?id=" + result.getId() + "&file=2");// + result.csvUrl);7gRiRjUxCyZGdhN8kwUwZg
anchor2.setVisible(true);
anchor2.setFocus(false);
mainPanel.add(anchor2);
System.out.println("making a hyperlink to: /hudxml3upload/blobservice?id=" + result.getId() + "&file=3" );
Anchor anchor3 = new Anchor("Download Converted Rosie CSV File 3 - Family Income And Expense", "/hudxml3upload/blobservice?id=" + result.getId() + "&file=3");// + result.csvUrl);7gRiRjUxCyZGdhN8kwUwZg
anchor3.setVisible(true);
anchor3.setFocus(false);
mainPanel.add(anchor3);
System.out.println("making a hyperlink to: /hudxml3upload/blobservice?id=" + result.getId() + "&file=4" );
Anchor anchor4 = new Anchor("Download Converted Rosie CSV File 4 - Member Health Problems", "/hudxml3upload/blobservice?id=" + result.getId() + "&file=4");// + result.csvUrl);7gRiRjUxCyZGdhN8kwUwZg
anchor4.setVisible(true);
anchor4.setFocus(false);
mainPanel.add(anchor4);
System.out.println("making a hyperlink to: /hudxml3upload/blobservice?id=" + result.getId() + "&file=6" );
Anchor anchor6 = new Anchor("Download Converted Rosie CSV File 6 - Family Assistance Provided", "/hudxml3upload/blobservice?id=" + result.getId() + "&file=6");
anchor6.setVisible(true);
anchor6.setFocus(false);
mainPanel.add(anchor6);
}
@Override
public void onFailure(Throwable caught) {