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

DropdownDatePicker and DropdownTimePicker overwrite html tag used in template

    XMLWordPrintableJSON

Details

    Description

      The DropdownDatePicker and DropdownTimePicker components overwrite the HTML tag specified in the page template with <div>. Instead they should use the tag specified in the template.

      DropdownTimePicker.java line 61:

      writer.begin("div");

      should be

      writer.begin(getTemplateTagName());

      DropdownDatePicker.java line 75:

      writer.begin("div");

      should be

      writer.begin(getTemplateTagName());

      Attachments

        1. TAPESTRY-1906.txt
          2 kB
          Ulrich Stärk

        Activity

          People

            andyhot Andreas Andreou
            ulrich.staerk Ulrich Stärk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: