You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/08/19 19:07:45 UTC

[jira] Closed: (TAPESTRY-2169) Create an ExceptionAnalysisDisplay component

     [ https://issues.apache.org/jira/browse/TAPESTRY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2169.
------------------------------------------

    Resolution: Fixed

Please add a new issue to cover this new desired functionality.  I'm thinking a parameter on the compnent could control the verbosity of the output.

> Create an ExceptionAnalysisDisplay component
> --------------------------------------------
>
>                 Key: TAPESTRY-2169
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2169
>             Project: Tapestry
>          Issue Type: New Feature
>    Affects Versions: 5.0.10
>            Reporter: Geoff Callender
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.11
>
>
> Move the guts of ExceptionReport into an ExceptionAnalysisDisplay component to enable reuse in our own custom ExceptionReport pages like so:
>     <body>
>         <t:if test="productionMode">
>             <!-- Put our production-happy exception display in here -->
>         </t:if>
>         <t:unless test="productionMode">
>             <!-- Display Tapestry's full-on exception info here -->
>             <t:exceptionanalysisdisplay exception="prop:exception"/>
>         </t:unless>
>     </body>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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