Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-73

Can't set inherit=false on include tag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0-beta-4
    • core / taglib.core
    • None

    Description

      From IncludeTag:

      public void setInherit(String inherit) {
      if ("true".equals(inherit))

      { this.shouldInherit = true; }

      }

      Obviously there's no way of setting inherit to false. I suppose the workaround is to use the import tag instead (why do both of these tags exists?)

      Attachments

        Activity

          People

            proyal Peter A Royal Jr.
            jshowlett Scott Howlett
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: