UserObject userObject = (UserObject)session.getAttribute("userobject");
int individualId = userObject.getIndividualID();
String dataSource = Settings.getInstance().getSiteInfo(CVUtility.getHostName(super.getServlet().getServletContext())).getDataSource();
DynaActionForm adhocReportForm = (DynaActionForm)actionForm;
SelectVO selects = new SelectVO();
ReportFacade remote = getReportFacade();
// Get the table list from the reportFacade
// The table list is an ArrayList of TheTable objects, which contain
// an ID an table name and the Display name.
selects = remote.getAdHocPageData(moduleId);