You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/09/28 12:22:47 UTC

svn commit: r580285 - /tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml

Author: andyhot
Date: Fri Sep 28 03:22:40 2007
New Revision: 580285

URL: http://svn.apache.org/viewvc?rev=580285&view=rev
Log:
TAPESTRY-1787: Support hightlighting packages in stacktraces.

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml?rev=580285&r1=580284&r2=580285&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/exceptiondisplay.xml Fri Sep 28 03:22:40 2007
@@ -59,6 +59,17 @@
                         <td></td>
                         <td>Provides the exception descriptions to render.</td>
                     </tr>
+                    <tr>
+                        <td>packages</td>
+                        <td>
+                            List/Array of Strings.
+                        </td>
+                        <td>no</td>
+                        <td></td>
+                        <td>Provides a list of package names that should be highlighted 
+                            when found on stacktraces.
+                        </td>
+                    </tr>                    
 
                 </table>