You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ds...@apache.org on 2005/10/13 01:29:23 UTC

svn commit: r315076 - in /jakarta/tapestry/trunk: doc/src/ComponentReference/Delegator.html framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml status.xml

Author: dsolis
Date: Wed Oct 12 16:29:17 2005
New Revision: 315076

URL: http://svn.apache.org/viewcvs?rev=315076&view=rev
Log:
Fix bug:TAPESTRY-460. Document Delegator component

Removed:
    jakarta/tapestry/trunk/doc/src/ComponentReference/Delegator.html
Modified:
    jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml
    jakarta/tapestry/trunk/status.xml

Modified: jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml?rev=315076&r1=315075&r2=315076&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml (original)
+++ jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Delegator.xml Wed Oct 12 16:29:17 2005
@@ -28,11 +28,9 @@
   
   <body>
 
-<p> <strong>THIS PAGE UNDER CONSTRUCTION</strong>
-</p>
-
-<p>
-  <strong>See also:</strong> 
+<p> A component which delegates its behavior (that is, the HTML rendered) to some other object.
+<br/>This is occasionally useful when the HTML to render is best generated from pure Java code
+(or has been provided from some source outside of Tapestry).
 </p>
 
 <section>
@@ -47,15 +45,25 @@
     <th>Default</th>
     <th>Description</th>
   </tr>
-
-	</table>
+  <tr>
+    <td>delegate</td>
+    <td>&IRender;</td>
+
+    <td>in</td>
+    <td>no</td>
+    <td></td>
+    <td>
+      If specified, the object which will provide the rendering for the component.
+    </td>
+  </tr>
+</table>
   
 <p>
-  Body: <strong>removed / allowed</strong>
+  Body: <strong>removed</strong>
 </p>  
 
 <p>
-  Informal parameters: <strong>allowed  / forbidden</strong>
+  Informal parameters: <strong>forbidden</strong>
 </p>
 
 <p>
@@ -64,9 +72,5 @@
 
 </section>
 
-<section>
-  <title>Examples</title>
-
-</section>
 </body>
 </document>

Modified: jakarta/tapestry/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=315076&r1=315075&r2=315076&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Wed Oct 12 16:29:17 2005
@@ -57,6 +57,7 @@
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-462" due-to="Warner Onstine">Document ExceptionDisplay component</action>
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-472">Document LinkSubmit component</action>
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-468" due-to="Warner Onstine">Document Hidden component</action>
+      <action type="fix" dev="DS" fixes-bug="TAPESTRY-460" due-to="Warner Onstine">Document Delegator component</action>
     </release>
     <release version="4.0-beta-10" date="Oct 8 2005">
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-344">Unimplemented abstract method check broken</action>



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