Please
look over the list of available funds below
Then click go to
confirm that this is what you would like to invest in.
<%@ page import="java.util.*" %>
<%
System.err.println("Calling populateAvailableFunds");
fundLister.populateAvailableFunds();
Hashtable fundHash = fundLister.getFundHash();
/*
//PENDING : Get the funds after querying registry
Vector fundVector = new Vector();
fundVector.addElement("Retirement 1");
fundVector.addElement("Retirement 2");
fundVector.addElement("Retirement 3");
*/
%>