1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Struts User's Guide"
href="http://jakarta.apache.org/struts/userGuide"
image="../images/struts.gif"
authors="true">
<title>Getting Started</title>
<menu name="User Guide">
<item
name="Table of Contents"
href="index.html"/>
<item
name="Preface"
href="preface.html"/>
<item
name="Introduction"
href="introduction.html"/>
<item
name="Model Components"
href="building_model.html"/>
<item
name="View Components"
href="building_view.html"/>
<item
name="Controller Components"
href="building_controller.html"/>
<item
name="Configuration"
href="configuration.html"/>
<item
name="Release Notes"
href="release-notes.html"/>
<item
name="Installation"
href="installation.html"/>
</menu>
<menu name="Developer Guides">
<item
name="Bean Tags"
href="dev_bean.html"/>
<item
name="HTML Tags"
href="dev_html.html"/>
<item
name="Logic Tags"
href="dev_logic.html"/>
<item
name="Nested Tags"
href="dev_nested.html"/>
<item
name="Tiles Tags"
href="dev_tiles.html"/>
<item
name="Utilities"
href="dev_util.html"/>
<item
name="Validator"
href="dev_validator.html"/>
</menu>
<menu name="Quick Links">
<item
name="Welcome"
href="../index.html"/>
<item
name="User and Developer Guides *"
href="index.html"/>
<item
name="FAQs and HowTos"
href="../faqs/index.html"/>
</menu>
</project>
|