58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Struts Interop BVT Test Suite</title>
|
|
</head>
|
|
<body>
|
|
<%----------------------------------------------------------------%>
|
|
<%-------------------- Form bean Re-post tests -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<h3 align="center">
|
|
<font color="blue">Form bean Re-post tests</font>
|
|
</h3>
|
|
<table border="1" width="100%" cellspacing="0">
|
|
<%-- Table headings ----------------------------------------------%>
|
|
<tr>
|
|
<th align="left">Test Name</th>
|
|
<th align="left">Test Status</th>
|
|
<th align="left">Test Description</th>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- FormBeanRePost Test 52 ------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="formBeanRePost/test52/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test52
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="formBeanRePost/test52/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- FormBeanRePost Test 53 ------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="formBeanRePost/test53/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test53
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="formBeanRePost/test53/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|