Author: max.andersen(a)jboss.com
Date: 2006-09-21 02:30:46 -0400 (Thu, 21 Sep 2006)
New Revision: 10504
Modified:
trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl
Log:
use helper method when it exists
Modified: trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl
===================================================================
--- trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl 2006-09-21 06:29:58 UTC
(rev 10503)
+++ trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl 2006-09-21 06:30:46 UTC
(rev 10504)
@@ -26,7 +26,7 @@
</TR>
</THEAD>
<TBODY>
-<#foreach table in dochelper.tablesBySchema.get(schema)>
+<#foreach table in dochelper.getTables(schema)>
<TR>
<TD>
<A HREF='${docFileManager.getRef(docFile,
docFileManager.getTableDocFile(table))}' TARGET="generalFrame">
Show replies by date