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

Script component is not picking up the symbols parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0
    • 4.0
    • Framework
    • None
    • Mac OS X 10.4.1
      FireFox 1.0.4

    Description

      Script component is not picking up the symbols parameter.

      I do not know if this is correct and the affect it has but it works

      Patch:

      line 44 remove:
      private Map _baseSymbols;

      line 65 replace:
      if (_baseSymbols != null)
      result.putAll(_baseSymbols);

      with:
      if (getBaseSymbols() != null)
      result.putAll(getBaseSymbols());

      line 140 replace:
      public Map getBaseSymbols()

      { return _baseSymbols; }

      public void setBaseSymbols(Map baseSymbols)

      { _baseSymbols = baseSymbols; }

      with:
      public abstract Map getBaseSymbols();

      Attachments

        Issue Links

          Activity

            People

              hlship Howard Lewis Ship
              seloha Paul Green
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: