blob: 88de057b0e5db2659dfff1d90d4b5086706428b2 [file] [log] [blame]
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Non-UI Tags Example: Debug</title>
<s:head/>
</head>
<body>
<h1>Debug Tag Usage</h1>
<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;">&lt;s:debug /&gt;</tt> 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>