alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (tree-2.txt)

This example Struts source code file (tree-2.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

dojo, dwr, frameworks, frameworks, hibernate, javascript, javascript, jdbc, jdbc, openrico, rife, stripes, struts, web

The Struts tree-2.txt source code

<script type="text/javascript">
        <!--
        dojo.require("dojo.lang.*");
        dojo.require("dojo.widget.*");
        dojo.require("dojo.widget.Tree");
        // dojo.hostenv.writeIncludes();
        -->
 </script>
<div dojoType="struts:StrutsTree"   
	    id="myTree"
    toggle="fade"
    >
    
<div dojoType="struts:StrutsTreeNode" title="Root" id="1">
    
<div dojoType="struts:StrutsTreeNode" title="Java" id="2">
    
<div dojoType="struts:StrutsTreeNode" title="Web Frameworks" id="3">
    
<div dojoType="struts:StrutsTreeNode" title="Struts" id="4">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Stripes" id="7">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Rife" id="8">
</div>
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Persistence" id="9">
    
<div dojoType="struts:StrutsTreeNode" title="iBatis" id="10">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Hibernate" id="11">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="JDO" id="12">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="JDBC" id="13">
</div>
</div>
</div>
    
<div dojoType="struts:StrutsTreeNode" title="JavaScript" id="14">
    
<div dojoType="struts:StrutsTreeNode" title="Dojo" id="15">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Prototype" id="16">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="Scriptaculous" id="17">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="OpenRico" id="18">
</div>
    
<div dojoType="struts:StrutsTreeNode" title="DWR" id="19">
</div>
</div>
</div>
</div>
<script language="JavaScript" type="text/javascript">
    djConfig.searchIds.push("treeSelector_myTree");
    djConfig.searchIds.push("myTree");
</script>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts tree-2.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.