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

A mixin with a formal parameter will prevent an informal parameter of the same name from being bound on the component

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.3, 5.2
    • 5.3
    • tapestry-core

    Description

      <t:actionlink t:id="foo" title="Link Title" t:mixins="tapx/confirm" confirm.title="Oh really?"/>

      this will not work as expected (I need to experiment to see which version of title is bound to the mixin's parameter), but because title is not a formal parameter, there's no way to bind it on ActionLink in the presence of a mixin that has a formal paramater with this name.

      I suspect the solution will end up being actionlink.title="Link Title".

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: