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>