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

PageLink component does not render informal parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.3
    • 5.0.4
    • Core Components
    • None

    Description

      When specifying a PageLink, Tapestry 5 will remove extra attributes from the containing link tag.

      Specifically, it will remove the class="CSS_CLASS" attribute.

      Example:

      <a t:type="pagelink" t:page="logoff/Logoff" class="navitab">Logoff</a>

      Will render as:

      <a href="/irm/logoff/logoff" id="pagelink">Logoff</a>

      Attachments

        1. pagelink-patch
          1.0 kB
          Yann Ramin

        Activity

          People

            hlship Howard Lewis Ship
            theatrus Yann Ramin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: