You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/05/20 18:55:58 UTC

svn commit: r408033 - /struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp

Author: tmjee
Date: Sat May 20 09:55:57 2006
New Revision: 408033

URL: http://svn.apache.org/viewvc?rev=408033&view=rev
Log:
- added snippet


Modified:
    struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp

Modified: struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp
URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp?rev=408033&r1=408032&r2=408033&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp (original)
+++ struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp Sat May 20 09:55:57 2006
@@ -6,6 +6,8 @@
 </head>
 <body>
 
+<!-- START SNIPPET: treeExampleStaticJsp -->
+
 <script>
 	function treeNodeSelected(nodeId) {
 		dojo.io.bind({
@@ -45,6 +47,7 @@
 Please click on any node on the tree.
 </div>
 
+<!-- END SNIPPET: treeExampleStaticJsp  -->
 
 </body>
 </html>