From: Jani Laakso Date: Wed, 4 Apr 2007 08:25:19 +0000 (+0000) Subject: Added source code for ToolkitMashup, this is a hack because original JSP file is... X-Git-Tag: 6.7.0.beta1~6472 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5cc0b85f5a4be3c89fad74644f5e517adfd6d0c4;p=vaadin-framework.git 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 --- 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