1 Nov
2002
1 Nov
'02
7:51 a.m.
At 03:49 PM 10/31/2002 -0800, you wrote:
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
it is
and your_name is a form variable
it is
then:
<span tal:content="request/form/your_name"> Your Name Here </span>
doesn't work! In this example, *form* is the Formulator form. The error thrown indicates Zope can't resolve *form*. It is in the same directory as the script being used to generate the response, so it should be found. Suggestions? TIA, beno
8556
Age (days ago)
8556
Last active (days ago)
0 comments
1 participants
participants (1)
-
beno