From 96e362a05cc5f85f015521f552b8dbcb16c5a8a2 Mon Sep 17 00:00:00 2001 From: Rainer Hermanns Date: Wed, 13 Sep 2006 10:46:43 +0000 Subject: [PATCH] Debug tag does not render id attribute correctly o backport from WW 2.2.3 Issue Number: WW-1438 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442934 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/tags/non-ui/debug.jsp | 20 +++++++++++++++++++ .../src/main/webapp/tags/non-ui/index.jsp | 1 + 2 files changed, 21 insertions(+) create mode 100644 apps/showcase/src/main/webapp/tags/non-ui/debug.jsp diff --git a/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp b/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp new file mode 100644 index 000000000..88de057b0 --- /dev/null +++ b/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp @@ -0,0 +1,20 @@ +<%@ taglib prefix="s" uri="/struts-tags" %> + + + Non-UI Tags Example: Debug + + + + +

Debug Tag Usage

+ +

+ This page shows a simple example of using the debug tag.
+ Just add <s:debug /> to your JSP page + and you will see the debug link. +

+ Just click on the Debug label to see the Struts ValueStack Debug information. +

+ + + \ No newline at end of file diff --git a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp index 0d8093273..2fc1a7bd4 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp @@ -10,6 +10,7 @@