From 5cc0b85f5a4be3c89fad74644f5e517adfd6d0c4 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Wed, 4 Apr 2007 08:25:19 +0000 Subject: [PATCH] Added source code for ToolkitMashup, this is a hack because original JSP file is just duplicated into TXT file. svn changeset:1130/svn branch:trunk --- WebContent/ToolkitMashup.jsp.txt | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 WebContent/ToolkitMashup.jsp.txt diff --git a/WebContent/ToolkitMashup.jsp.txt b/WebContent/ToolkitMashup.jsp.txt new file mode 100644 index 0000000000..eb563f0667 --- /dev/null +++ b/WebContent/ToolkitMashup.jsp.txt @@ -0,0 +1,84 @@ +<% + // + // Demonstrates how Toolkit application can be integrated into jsp pages + // + // You need to add + // 1. one code block under + // 2. one tag to + // 3. one code block under + // + String test = "This text comes from EmbeddedToolkit.jsp file"; + // Toolkit application name. This is servlet URL pattern, see web.xml + String applicationName = "TableDemo"; +%> + + + + + + + Embedding Toolkit to JSP pages + + + + + + + + + + + + + + + + + + + + + + + +
+

<%=test %> before Toolkit application.

+
+ + + + +
Loading...
+
+ + + + + + + +
+

<%=test %> after Toolkit application.

+
+
+
+ + + + \ No newline at end of file -- 2.39.5