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 <pa...@dsl.pipex.com> on 2005/06/22 10:44:17 UTC

Script component not picking up symbols parameter

Hi,

Whilst looking at updating XTiles for use with Tapestry 4.0 it has  
been found that the Script component is not picking up the symbols  
parameter.

A modification to org.apache.tapestry.html.Script.java  suggested on  
the tapestry user mailing list was, to make getBaseSymbols()  
abstract, delete the setter and the local _baseSymbols variable, and  
use the getter instead of the variable in the code.

I do not know if this is the correct approach but appears to work.

Hope this is useful,

Paul

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