Index: pluto-testsuite/src/main/webapp/jsp/introduction.jsp
===================================================================
--- pluto-testsuite/src/main/webapp/jsp/introduction.jsp	(revision 602488)
+++ pluto-testsuite/src/main/webapp/jsp/introduction.jsp	(working copy)
@@ -37,7 +37,7 @@
 <p>
   Please select one of the following tests:
   <table>
-    <c:forEach var="testConfig" items="${tests}" varStatus="status">
+    <c:forEach var="testConfig" items="${testConfigs}" varStatus="status">
       <tr>
         <td>
           # <c:out value="${status.index}"/>.
@@ -70,7 +70,4 @@
       </tr>
     </c:forEach>
   </table>
-</p>
-
-
-
+</p>
\ No newline at end of file