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

Form enctype is not updated when an Upload component is injected via FormInjector / AjaxFormLoop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.13
    • 5.0.15
    • tapestry-core
    • None

    Description

      The following snipped describes the situation:

      <t:form>

      <ul>
      <li t:id="loop" t:type="AjaxFormLoop" source="uploads" value="currentValue" encoder="encoder">
      <t:submitnotifier>
      <t:upload value="currentValue.uploadedFile" />
      <t:removerowlink>remove</t:removerowlink>
      </t:submitnotifier>
      <t:parameter name="addRow">
      <t:addrowlink>Add a row</t:addrowlink>
      </t:parameter>
      </li>
      </ul>
      <t:submit>Submit</t:submit>

      </t:form>

      Adding a row to this form causes an addition of a Upload component. However when doing so the enctype of the form tag should be updated to "multipart/form-data". However this does not happen. I suppose that reverting the enctype back to normal when the last upload component is removed doesn't happen too.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            asimetrik Ognen Ivanovski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: