31 Oct
2002
31 Oct
'02
11:49 p.m.
On Thu, Oct 31, 2002 at 07:02:55PM -0400, beno wrote:
use those fields. For example, how do I thank the visitor by name using TAL? How do I do the equivalent of this: <dtml-var your_name>
Depends where your_name is. If the page template is the target of a form action, and your_name is a form variable, then: <span tal:content="request/form/your_name"> Your Name Here </span> -- Paul Winkler http://www.slinkp.com "Welcome to Muppet Labs, where the future is made - today!"