You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by he...@apache.org on 2005/09/07 17:05:47 UTC

svn commit: r279340 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples: forms/xhr_carselector_form.xml forms/xhr_carselector_template.xml welcome.xml

Author: hepabolu
Date: Wed Sep  7 08:05:39 2005
New Revision: 279340

URL: http://svn.apache.org/viewcvs?rev=279340&view=rev
Log:
XHR carselector sample removed

Removed:
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/xhr_carselector_form.xml
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/xhr_carselector_template.xml
Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/welcome.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/welcome.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/welcome.xml?rev=279340&r1=279339&r2=279340&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/welcome.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/welcome.xml Wed Sep  7 08:05:39 2005
@@ -41,7 +41,10 @@
   <sample name="Various (Flowscript)" href="form1.flow">The same sample as above using Flowscript.</sample>
   <sample name="Registration" href="registration">A simple registration form.</sample>
   <sample name="Car selector" href="carselector">(Ajax) Illustrates programmatically changing selectionlists.</sample>
+  <!-- XHR Car selector removed: broken and superceded by Ajax version -->
+<!--
   <sample name="XHR Car selector" href="xhr_carselector">Same sample, with the historical first use of XmlHttpRequest to reduce client/server roundtrips.</sample>
+-->
   <sample name="Country selector" href="countryselector">Illustrates programmatically changing flow-jxpath selectionlists.</sample>
   <sample name="Upload" href="upload">Shows an upload widget used with Flowscript</sample>
   <sample name="Form Model GUI" href="form_model_gui.flow">Illustrates the use of Class, New, Struct, and Union.</sample>