alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (debug.jsp)

This example Struts source code file (debug.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

debug, debug, example, jsp, just, just, struts, tag, tags, this, usage, usage, valuestack, valuestack

The Struts debug.jsp source code

<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
    <title>Non-UI Tags Example: Debug
    <s:head/>
</head>

<body>
<h1>Debug Tag Usage

	<p/>
	This page shows a simple example of using the debug tag.  <br/>
	Just add <tt style="font-size: 12px; font-weight:bold;color: blue;"><s:debug /> to your JSP page
    and you will see the debug link.
    <p/>
    Just click on the Debug label to see the Struts ValueStack Debug information.
    <p/>
    <s:debug />
</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts debug.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.