From: Jani Laakso Date: Wed, 4 Apr 2007 08:23:00 +0000 (+0000) Subject: Better documentation on how to do mashups. X-Git-Tag: 6.7.0.beta1~6473 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8e6fc02d8a6a67999d631bbe53ba1c94d2871a9;p=vaadin-framework.git Better documentation on how to do mashups. svn changeset:1129/svn branch:trunk --- 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; - + +