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


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 in 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]

Reply via email to