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>
 


Reply via email to