Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2169

Create an ExceptionAnalysisDisplay component

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.10
    • 5.0.11
    • None
    • None

    Description

      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>

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            geoffcallender Geoff Callender
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: