Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-742

Add optional component tracing comments to rendered output

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.2.4
    • 5.3
    • tapestry-core
    • None

    Description

      In complex pages, it can be hard to work backwards from a bit of output HTML in the browser, back to the component that originated the markup.

      This feature adds rendering of comments that provide trace output of which component is currently currently:

      <!-BEGIN Index:loop (context:Index.tml, line 15)-><li>
      <!-BEGIN Index:pagelink (context:Index.tml, line 16)><a href="/abstractcomponentdemo">Abstract Component Demo</a><!END Index:pagelink->

      Note that the BEGIN comment includes both the complete component id in the page and the location of that in the template. With just the component id it can still be unclear which component is being referenced without the line number.

      For security purposes, this feature cannot be enabled in production mode. In non-production mode it can be enabled two ways:

      • Setting the symbol "tapestry.component-render-tracing-enabled" to "true" (default: false)
      • Setting the request query parameter "t:component-trace" on the URL to "true". This allows enabling for a specific request when you need it in development rather than having it on all the time.

      Note that rendering comments are based on the component lifecycle. Thus in some case where post-render DOM manipulation is performed the markup my not longer be in the correct rendering comments.

      Attachments

        Activity

          People

            hagios17 Dan Adams
            hlship Howard Lewis Ship
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: