[Zope] passing variables from internal methods

Chris Withers chrisw@nipltd.com
Wed, 28 Aug 2002 13:33:42 +0100


Bryan C. Andregg wrote:
> How do I refer to the variable in a TAL statement to have access to "action".
> Everything I've tried has been a variation on,
> 
>   <span tal:replace="here/action">Action</span>

<span tal:replace="options/action">Action</span>

cheers,

Chris