You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/21 05:23:17 UTC

svn commit: r234140 - /struts/site/trunk/xdocs/bsf/index.xml

Author: wsmoak
Date: Sat Aug 20 20:23:00 2005
New Revision: 234140

URL: http://svn.apache.org/viewcvs?rev=234140&view=rev
Log:
Removed href attributes from <section> tags and added anchors

Modified:
    struts/site/trunk/xdocs/bsf/index.xml

Modified: struts/site/trunk/xdocs/bsf/index.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/bsf/index.xml?rev=234140&r1=234139&r2=234140&view=diff
==============================================================================
--- struts/site/trunk/xdocs/bsf/index.xml (original)
+++ struts/site/trunk/xdocs/bsf/index.xml Sat Aug 20 20:23:00 2005
@@ -6,8 +6,8 @@
   </properties>
 
   <body>
-
-    <section name="Struts BSF Scripting" href="overview">
+    <section name="Struts BSF Scripting">
+    <a name="overview"/>
       <p>This project allows Struts Actions to be written in the scripting 
       language of one's choice rather than as Java classes.  It uses the 
       <a href="http://jakarta.apache.org/bsf">Beans Scripting Framework</a> 
@@ -15,7 +15,9 @@
       Python, Ruby, JavaScript, BeanShell, and even VBScript.  
         </p>
     </section>  
-      <section name="Features" href="features">
+      
+      <section name="Features">
+      <a name="features"/>
             <ul>
               <li>Implement Actions with JavaScript, BeanShell, etc.</li>
               <li>Supports all BSF languages</li>
@@ -23,8 +25,9 @@
               <li>Ability to pass parameters to script through Struts config</li> 
             </ul>
       </section>
-      <section name="What's New" href="new">
-        <section name="0.4 - April 26, 2004">
+      <section name="What's New">
+      <a name="new"/>
+        <subsection name="0.4 - April 26, 2004">
             <ul>
                 <li>Updated Beanshell to 1.3</li>
                 <li>Updated Jakarta BSF to 2.3.0</li>
@@ -33,8 +36,8 @@
                 <li>Fixed StrutsInfo to correctly return action forward object if specified</li>
                 <li>Fixed bug in RequestToVariableFilter to correct check for pre-existing scripting variable using the same name as a request parameter.</li>
             </ul>
-        </section>
-        <section name="0.3 - June 6, 2003">
+        </subsection>
+        <subsection name="0.3 - June 6, 2003">
             <ul>
                 <li>Reorganized how Struts objects are presented</li>
                 <li>Added a configurable filter system to easily manipulate the context</li>
@@ -42,20 +45,21 @@
                 <li>Added ability to pass parameters to scripts in the action definition</li>
                 <li>Added and updated Javadocs, code cleanups, documentation</li>
             </ul>
-        </section>
-        <section name="0.2 - Unreleased">
+        </subsection>
+        <subsection name="0.2 - Unreleased">
              <ul>
                 <li>Added the ability to configure other BSF engines</li>
             </ul>
-        </section>
-        <section name="0.1 - Unreleased">
+        </subsection>
+        <subsection name="0.1 - Unreleased">
              <ul>
                 <li>Working Action implementation with hardcoded BeanShell support</li>
                 <li>Rewrote struts-example to demonstrate usage</li>
             </ul>
-        </section>
+        </subsection>
       </section>
-      <section name="Usage Notes" href="usage">
+      <section name="Usage Notes">
+      <a name="usage"/>
          <p>To determine what script will be executed, the "parameter" attribute of
            the action mapping should contain the name of the script relative to
            the web application root directory (i.e. http://server/app). In the place of 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org