[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]