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:54:54 UTC

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

Author: tmjee
Date: Sat May 20 09:54:54 2006
New Revision: 408029

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


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

Modified: struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp
URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp?rev=408029&r1=408028&r2=408029&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp (original)
+++ struts/action2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp Sat May 20 09:54:54 2006
@@ -7,6 +7,8 @@
 </head>
 <body>
 
+<!-- START SNIPPET: treeExampleDynamicJsp -->
+
 <script>
 	function treeNodeSelected(nodeId) {
 		dojo.io.bind({
@@ -39,6 +41,7 @@
 Please click on any of the tree nodes.
 </div>
 
+<!-- END SNIPPET: treeExampleDynamicJsp -->
 
 </body>
 </html>