You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paul Green (JIRA)" <ta...@jakarta.apache.org> on 2005/07/05 11:24:09 UTC

[jira] Created: (TAPESTRY-374) Script component is not picking up the symbols parameter

Script component is not picking up the symbols parameter
--------------------------------------------------------

         Key: TAPESTRY-374
         URL: http://issues.apache.org/jira/browse/TAPESTRY-374
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
 Environment: Mac OS X 10.4.1
FireFox 1.0.4
    Reporter: Paul Green


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();


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-374) Script component is not picking up the symbols parameter

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-374?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-374:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed

> Script component is not picking up the symbols parameter
> --------------------------------------------------------
>
>          Key: TAPESTRY-374
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-374
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Mac OS X 10.4.1
> FireFox 1.0.4
>     Reporter: Paul Green
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> 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();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Assigned: (TAPESTRY-374) Script component is not picking up the symbols parameter

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-374?page=all ]

Howard M. Lewis Ship reassigned TAPESTRY-374:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> Script component is not picking up the symbols parameter
> --------------------------------------------------------
>
>          Key: TAPESTRY-374
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-374
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: Mac OS X 10.4.1
> FireFox 1.0.4
>     Reporter: Paul Green
>     Assignee: Howard M. Lewis Ship

>
> 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();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org