husted 2002/07/21 12:57:17 Modified: web/exercise-taglib html-link.jsp Log: Add tests for relative, context-relative, and absolute links. Revision Changes Path 1.3 +14 -0 jakarta-struts/web/exercise-taglib/html-link.jsp Index: html-link.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/html-link.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- html-link.jsp 1 Jun 2001 18:58:43 -0000 1.2 +++ html-link.jsp 21 Jul 2002 19:57:17 -0000 1.3 @@ -22,11 +22,15 @@ <h1>Test struts-html Link Tag</h1> </div> +<p> + The following links should hyperlink back to this page, with various combinations of request parameters used to modify the previous values of the associated form bean. Press the "Cancel" button to return to the main menu. +</p> + <html:form action="html-link.do"> <table border="0" width="100%"> @@ -140,5 +144,15 @@ </html:form> + +<p> +The following list tests relative, context-relative, and absolute links. Press (back) to return. +</p> + +<ul> +<li><html:link forward="relative">index page</html:link></li> +<li><html:link forward="context-relative">index page, again</html:link></li> +<li><html:link forward="absolute">jakarta.apache.org</html:link></li> +</ul> </html:html>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>