Uploaded image for project: 'Tiles'
  1. Tiles
  2. TILES-441

ignore="true" is not working for importAttribute tag

    XMLWordPrintableJSON

Details

    • Patch

    Description

      In tiles:importAttribute, ignore="true" is not working.
      In ImportAttributeTag.java, with the following check it is necessary to check whether value of "ignore" is false.
      if (attributeValue == null)

      { throw new TilesJspException( "Error importing attributes. " + "Attribute '" + name + "' has a null value "); }

      Attachments

        1. ImportAttributeTag_patch.java
          0.7 kB
          Roshni Basu

        Activity

          People

            brenmcguire Antonio Petrelli
            roshni_basu Roshni Basu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: