You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ms...@apache.org on 2007/06/26 22:47:20 UTC

svn commit: r550939 - /tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt

Author: mschulte
Date: Tue Jun 26 13:47:19 2007
New Revision: 550939

URL: http://svn.apache.org/viewvc?view=rev&rev=550939
Log:
reverting dubious change

Modified:
    tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt

Modified: tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt?view=diff&rev=550939&r1=550938&r2=550939
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt (original)
+++ tapestry/tapestry4/trunk/src/site/apt/ajax/responsebuilder.apt Tue Jun 26 13:47:19 2007
@@ -50,29 +50,9 @@
 +-----------------------------------------------------------------------
 
   The string value passed in to <<<updateComponent(String componentId)>>> is the component id of the component
-  the body of which you would like to update. 
+  which you would like to update. 
   
   Tapestry will correctly manage and render all javascript/form state/etc needed, depending on the component 
   type you are requesting an update on. 
   
-  Note, that some Browsers (most notably, Internet Explorer) require the updated body to consist of a single 
-  element. Thus, in your template, instead of 
-  
-+-------------------------------------------------------------------------
- <span jwcid="myComponentId@Any">
-    <span jwcid="@Insert" value="ognl:project.lead.name" class="nameClas" />
-    <span jwcid="@Insert" value="ognl:project.lead.email" class="mailClass" />    
- </span>
-+--------------------------------------------------------------------------
-
-  you should rather have:
-  
-+-------------------------------------------------------------------------
- <span jwcid="myComponentId@Any">
-   <span>
-     <span jwcid="@Insert" value="ognl:project.lead.name" class="nameClas" />
-     <span jwcid="@Insert" value="ognl:project.lead.email" class="mailClass" /> 
-   </span>     
- </span>
-+--------------------------------------------------------------------------
-
+