[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-dev
Subject:    cvs commit: cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard howto-xmlform-wizard-3.xml howto
From:       ghoward () apache ! org
Date:       2003-03-30 18:33:41
[Download RAW message or body]

ghoward     2003/03/30 10:33:41

  Modified:    src/documentation/xdocs/howto/xmlform-wizard
                        howto-xmlform-wizard-3.xml
                        howto-xmlform-wizard-1.xml howto-xmlform-wizard.xml
                        howto-xmlform-wizard-5.xml
  Log:
  Fixes to XMLForms howto from 
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18487
  from Ryan Hoegg and Stefan Klein.
  
  Revision  Changes    Path
  1.2       +5 -5      \
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-3.xml  
  Index: howto-xmlform-wizard-3.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-3.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto-xmlform-wizard-3.xml	9 Mar 2003 00:08:02 -0000	1.1
  +++ howto-xmlform-wizard-3.xml	30 Mar 2003 18:33:41 -0000	1.2
  @@ -58,7 +58,7 @@
     private boolean flowers = true;
     private boolean vegetables = true;  
     private boolean fruitTrees = true;
  -  private boolean traditionalReciepes = true;
  +  private boolean traditionalRecipes = true;
     private boolean soups = true;
     private boolean veganCookery = true;
     private boolean pigKeeping = true;
  @@ -154,14 +154,14 @@
       fruitTrees = newFruitTrees;
       }
   
  -  public boolean getTraditionalReciepes() 
  +  public boolean getTraditionalRecipes() 
       {
  -    return traditionalReciepes;
  +    return traditionalRecipes;
       }
     
  -  public void setTraditionalReciepes( boolean newTraditionalReciepes ) 
  +  public void setTraditionalRecipes( boolean newTraditionalRecipes ) 
       {
  -    traditionalReciepes = newTraditionalReciepes;
  +    traditionalRecipes = newTraditionalRecipes;
       }
   
     public boolean getSoups() 
  
  
  
  1.2       +1 -1      \
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-1.xml  
  Index: howto-xmlform-wizard-1.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto-xmlform-wizard-1.xml	9 Mar 2003 00:08:01 -0000	1.1
  +++ howto-xmlform-wizard-1.xml	30 Mar 2003 18:33:41 -0000	1.2
  @@ -40,7 +40,7 @@
           <tr>
               <td align="center">
                   <h1>
  -                    Welcome to the XLMForm How-To!
  +                    Welcome to the XMLForm How-To!
                   </h1>
               </td>
           </tr>
  
  
  
  1.2       +1 -1      \
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml  
  Index: howto-xmlform-wizard.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto-xmlform-wizard.xml	9 Mar 2003 00:08:02 -0000	1.1
  +++ howto-xmlform-wizard.xml	30 Mar 2003 18:33:41 -0000	1.2
  @@ -206,7 +206,7 @@
         <p>Needless to say this How-To was written with no intentional mistakes
         or errors. However, if you find any faults or can suggest any
         improvements, please email me, <link \
                href="mailto:heidi@kutcha.org">Heidi-Marie Brannan</link>.
  -      I will do my upmost to keep this How-To up to date and error free.</p>
  +      I will do my utmost to keep this How-To up to date and error free.</p>
       </s1>
     </body>
   </document>
  
  
  
  1.2       +2 -2      \
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-5.xml  
  Index: howto-xmlform-wizard-5.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-5.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto-xmlform-wizard-5.xml	9 Mar 2003 00:08:02 -0000	1.1
  +++ howto-xmlform-wizard-5.xml	30 Mar 2003 18:33:41 -0000	1.2
  @@ -112,7 +112,7 @@
     <map:pipeline>
   
   	<map:match pattern="">
  -	  <map:redirect-to uri="wizard.html"/>
  +	  <map:redirect-to uri="howto-wizard.html"/>
   	</map:match>
   
   	<!-- A non-trivial example - Feedback Wizard -->
  @@ -143,7 +143,7 @@
   		<!-- XMLForm parameters for the HowtoWizardAction -->
   		<map:parameter name="xmlform-validator-schema-ns" \
                value="http://www.ascc.net/xml/schematron"/>
   		<map:parameter name="xmlform-validator-schema" \
                value="howto/schematron/howto-xmlform-sch-report.xml"/>
  -		<map:parameter name="xmlform-id" value="form-howto"/>
  +		<map:parameter name="xmlform-id" value="form-feedback"/>
   		<map:parameter name="xmlform-scope" value="session"/>
   		<map:parameter name="xmlform-model" \
value="org.apache.cocoon.samples.xmlform.howto.HowToBean"/>  
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic