Author: bayard
Date: Mon Jun 11 13:51:54 2007
New Revision: 546273

URL: http://svn.apache.org/viewvc?view=rev&rev=546273
Log:
Improving readability of the html:link test. It's confusing why the tests are 
listed twice

Modified:
    
struts/struts1/branches/STRUTS_1_3_BRANCH/apps/el-example/src/main/webapp/html-link.jsp

Modified: 
struts/struts1/branches/STRUTS_1_3_BRANCH/apps/el-example/src/main/webapp/html-link.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/apps/el-example/src/main/webapp/html-link.jsp?view=diff&rev=546273&r1=546272&r2=546273
==============================================================================
--- 
struts/struts1/branches/STRUTS_1_3_BRANCH/apps/el-example/src/main/webapp/html-link.jsp
 (original)
+++ 
struts/struts1/branches/STRUTS_1_3_BRANCH/apps/el-example/src/main/webapp/html-link.jsp
 Mon Jun 11 13:51:54 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>


Reply via email to