From f8e6fc02d8a6a67999d631bbe53ba1c94d2871a9 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Wed, 4 Apr 2007 08:23:00 +0000 Subject: [PATCH] Better documentation on how to do mashups. svn changeset:1129/svn branch:trunk --- WebContent/ToolkitMashup.jsp | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/WebContent/ToolkitMashup.jsp b/WebContent/ToolkitMashup.jsp index d8fce6280a..eb563f0667 100644 --- a/WebContent/ToolkitMashup.jsp +++ b/WebContent/ToolkitMashup.jsp @@ -2,6 +2,11 @@ // // 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"; @@ -15,7 +20,10 @@ Embedding Toolkit to JSP pages - + + @@ -29,17 +37,25 @@ - + + - +

<%=test %> before Toolkit application.


- + +
Loading...
@@ -50,7 +66,10 @@ delete itmill.tmp; - + + -- 2.39.5