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

ParameterWorker forces evaluation of default method, even if the parameter is bound by other means

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.2.5
    • 5.3
    • tapestry-core
    • None

    Description

      The revised implementation of ParameterWorker evaluates the defaultXXX method regardless of whether or not the parameter is bound. This can easily lead to application exceptions, particularly when the defaultXXX value is computed rather than static.

      For example, loop's "encoder" parameter attempts to get a ValueEncoder from ValueEncoderSource. This will fail if, for instance, the loop's value is a hibernate entity with a multi-column PK, even if the developer binds a custom ValueEncoder to the parameter to handle the entity. Admittedly, this case has a workaround: contribute the custom encoder to ValueEncoderSource. But that's only one edge case.

      The correct solution is to lazily evaluate defaultXXX methods.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: