I'm following the Grok tutorial and I'm getting an error on the
tal:attributes="action view/url"
portion of a POST form. I assume this plops in the URL, but I'm confused as to why I'm getting the following error.
File "/root/.buildout/eggs/Chameleon-2.8.5-py2.6.egg/chameleon/utils.py", line 404, in __getitem__
raise NameError(key)
NameError: url
- Expression: "view/url"
- Filename: /root/Sample/src/sample/app_templates/edit.cpt
- Location: (3:29)
- Source: <form tal:attributes="action view/url" method="POST">
^^^^^^^^
I have no experience with Zope or Grok: what am I missing?