- Revision
- 765
- Author
- mauro
- Date
- 2008-07-21 06:57:11 -0500 (Mon, 21 Jul 2008)
Log Message
WAFFLE-4: Added JSP redirect example.
Modified Paths
Diff
Modified: trunk/waffle-distribution/src/site/content/examples/hello-world.html (764 => 765)
--- trunk/waffle-distribution/src/site/content/examples/hello-world.html 2008-07-21 10:24:25 UTC (rev 764) +++ trunk/waffle-distribution/src/site/content/examples/hello-world.html 2008-07-21 11:57:11 UTC (rev 765) @@ -84,6 +84,17 @@ </html> </textarea> + <p>You may also want to add a JSP redirect from the index welcome page to the hello world controller: </p> + +<textarea class="xml:nogutter:nocontrols" name="code"> +<jsp:root xmlns="http://www.w3.org/1999/xhtml" +xmlns:jsp="http://java.sun.com/JSP/Page" +xmlns:c="http://java.sun.com/jsp/jstl/core" +version="2.0"> +<c:redirect url="" +</jsp:root> +</textarea> + <h4>Running...</h4> <img src="" /> </body>
To unsubscribe from this list please visit:
