Author: wsmoak Date: Mon Sep 5 16:49:15 2005 New Revision: 278887 URL: http://svn.apache.org/viewcvs?rev=278887&view=rev Log: Updated navigation for Faces and BSF. Added description from project.xml to Faces index.xml.
Modified: struts/bsf/trunk/xdocs/navigation.xml struts/faces/trunk/xdocs/index.xml struts/faces/trunk/xdocs/navigation.xml struts/site/trunk/xdocs/navigation.xml Modified: struts/bsf/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/bsf/trunk/xdocs/navigation.xml?rev=278887&r1=278886&r2=278887&view=diff ============================================================================== --- struts/bsf/trunk/xdocs/navigation.xml (original) +++ struts/bsf/trunk/xdocs/navigation.xml Mon Sep 5 16:49:15 2005 @@ -6,22 +6,22 @@ <title>Struts BSF Scripting - Apache Struts Framework</title> <body> <menu name="BSF Scripting"> - <item name="Welcome" href="bsf/index.html"/> - <item name="What's New" href="bsf/index.html#What_s_New"/> - <item name="Usage" href="bsf/index.html#Usage_Notes"/> + <item name="Welcome" href="index.html"/> + <item name="What's New" href="index.html#What_s_New"/> + <item name="Usage" href="index.html#Usage_Notes"/> <item name="Download (Sourceforge)" href="http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=84734"/> </menu> <menu name="Quick Links"> <item name="Struts" - href="index.html"/> + href="../index.html"/> <item name="User and Developer Guides *" - href="userGuide/index.html"/> + href="../struts-core/userGuide/index.html"/> <item name="FAQs and HowTos" - href="faqs/index.html"/> + href="../struts-core/faqs/index.html"/> </menu> </body> Modified: struts/faces/trunk/xdocs/index.xml URL: http://svn.apache.org/viewcvs/struts/faces/trunk/xdocs/index.xml?rev=278887&r1=278886&r2=278887&view=diff ============================================================================== --- struts/faces/trunk/xdocs/index.xml (original) +++ struts/faces/trunk/xdocs/index.xml Mon Sep 5 16:49:15 2005 @@ -10,8 +10,22 @@ <section name="Struts-Faces Welcome"> <a name="welcome"/> - <p>FIXME - Welcome to the Struts-Faces Integration Library.</p> - + <p>This package contains an add-on library that supports the use of + JavaServer Faces (JSF) user interface technology in a Struts based web + application, in place of the Struts custom tag libraries. As a proof of + concept, it also includes the canonical "struts-example" example + web application, converted to use JSF tags, as well as tags from the + JSP Standard Tag Library (JSTL), version 1.0 or later. It also includes + a very basic Tiles based application, modified in a similar manner.</p> + + <p>The Struts-Faces Integration Library should work with any implementation + of JavaServer Faces, version 1.0 or later. It has primarily been tested + against version 1.1 of the JavaServer Faces reference implementation, + available at: + <a href="http://java.sun.com/j2ee/javaserverfaces/"> + http://java.sun.com/j2ee/javaserverfaces/ + </a> + </p> </section> <section name="Struts-Faces Download"> Modified: struts/faces/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/faces/trunk/xdocs/navigation.xml?rev=278887&r1=278886&r2=278887&view=diff ============================================================================== --- struts/faces/trunk/xdocs/navigation.xml (original) +++ struts/faces/trunk/xdocs/navigation.xml Mon Sep 5 16:49:15 2005 @@ -12,9 +12,9 @@ </menu> <menu name="Quick Links"> - <item name="Struts" href="index.html"/> + <item name="Struts" href="../index.html"/> <item name="JavaServer Faces" href="http://java.sun.com/j2ee/javaserverfaces"/> - <item name="Shale Framework" href="shale/index.html"/> + <item name="Shale Framework" href="../shale/index.html"/> </menu> </body> </project> Modified: struts/site/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/navigation.xml?rev=278887&r1=278886&r2=278887&view=diff ============================================================================== --- struts/site/trunk/xdocs/navigation.xml (original) +++ struts/site/trunk/xdocs/navigation.xml Mon Sep 5 16:49:15 2005 @@ -38,13 +38,11 @@ <menu name="Projects"> <item name="Overview" href="projects-overview.html"/> <item name="Applications" href="/struts-apps/index.html"/> - <!-- <item name="BSF Scripting" href="/struts-bsf/index.html"/> --> - <item name="BSF Scripting" href="bsf/index.html" /> + <item name="BSF Scripting" href="/struts-bsf/index.html"/> <item name="Core" href="/struts-core/index.html"/> <item name="EL" href="/struts-el/index.html"/> <item name="Flow" href="/struts-flow/index.html"/> - <!-- <item name="JSF Integration" href="/struts-faces/index.html"/> --> - <item name="JSF Integration" href="faces/index.html" /> + <item name="JSF Integration" href="/struts-faces/index.html"/> <item name="Plugins" href="/struts-plugins/index.html"/> <item name="Sandbox" href="/struts-sandbox/index.html"/> <item name="Shale Framework" href="shale/index.html" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]