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

Form component can render id tag twice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0
    • 4.0
    • Framework
    • None

    Description

      <form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">

      renders as:

      <form id="submitter" id="submitterId">

      cause:

      FormSupportImpl.render()
      adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag

      Thanks,
      Justin

      Attachments

        There are no Sub-Tasks for this issue.

        Activity

          People

            hlship Howard Lewis Ship
            jmcallister Justin McAllister
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: