Author: bayard Date: Mon Jun 11 13:52:15 2007 New Revision: 546274 URL: http://svn.apache.org/viewvc?view=rev&rev=546274 Log: Improving readability of the html:link test. It's confusing why the tests are listed twice
Modified: struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp Modified: struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp?view=diff&rev=546274&r1=546273&r2=546274 ============================================================================== --- struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp (original) +++ struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp Mon Jun 11 13:52:15 2007 @@ -111,7 +111,7 @@ <tr> <th colspan="4" align="center"> - Hyperlinks To Be Tested + Hyperlinks To Be Tested (via page attribtue) </th> </tr> @@ -188,6 +188,12 @@ Float, int, and stringArray via name (Map) </html-el:link> </td> +</tr> + +<tr> + <th colspan="4" align="center"> + Hyperlinks To Be Tested (via action attribtue) + </th> </tr> <tr>