From: Jani Laakso Date: Tue, 3 Apr 2007 13:55:11 +0000 (+0000) Subject: Renamed to ToolkitMashup.jsp X-Git-Tag: 6.7.0.beta1~6482 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1677fe9153919f4728960d1988233aa51f9e6dee;p=vaadin-framework.git Renamed to ToolkitMashup.jsp svn changeset:1112/svn branch:trunk --- diff --git a/WebContent/EmbeddedToolkit.jsp b/WebContent/EmbeddedToolkit.jsp deleted file mode 100644 index d8fce6280a..0000000000 --- a/WebContent/EmbeddedToolkit.jsp +++ /dev/null @@ -1,65 +0,0 @@ -<% - // - // Demonstrates how Toolkit application can be integrated into jsp pages - // - 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