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 00:45:37 UTC

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

Author: dsolis
Date: Wed Oct 12 15:45:26 2005
New Revision: 315068

URL: http://svn.apache.org/viewcvs?rev=315068&view=rev
Log:
Fix bug:TAPESTRY-462. Document ExceptionDisplay component

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

Modified: jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExceptionDisplay.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExceptionDisplay.xml?rev=315068&r1=315067&r2=315068&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExceptionDisplay.xml (original)
+++ jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/ExceptionDisplay.xml Wed Oct 12 15:45:26 2005
@@ -28,11 +28,11 @@
   
   <body>
 
-<p> <strong>THIS PAGE UNDER CONSTRUCTION</strong>
+<p> A component used on the standard exception page to render a detailed list of exceptions.
 </p>
 
 <p>
-  <strong>See also:</strong> 
+  <strong>See also:&InspectorButton;</strong>
 </p>
 
 <section>
@@ -47,15 +47,25 @@
     <th>Default</th>
     <th>Description</th>
   </tr>
+  <tr>
+    <td>exceptions</td>
+    <td>&ExceptionDescription;[]</td>
+    <td>in</td>
+    <td>yes</td>
+    <td></td>
+    <td>
+      Provides the exception descriptions to render.
+    </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 +74,5 @@
 
 </section>
 
-<section>
-  <title>Examples</title>
-
-</section>
-</body>
+  </body>
 </document>

Modified: jakarta/tapestry/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=315068&r1=315067&r2=315068&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Wed Oct 12 15:45:26 2005
@@ -54,6 +54,7 @@
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-650">ClassNotFoundException thrown when deserializing an object from a client persistent property</action>
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-493">Document MultiplePropertySelection component</action>
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-496">Document Palette component</action>
+      <action type="fix" dev="DS" fixes-bug="TAPESTRY-462" due-to="Warner Onstine">Document ExceptionDisplay 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