Re: Insert subrecord
Dieter Maurer <[email protected]>
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Tom Twyman wrote at 2005-3-17 21:37 -0500:
> ...
>This is what I have so far:
>
><a tal:attributes="href
>string:${request/URL1}/fmnewsched?classid=${item/classid}"
> href="fmnewsched">Schedule class</a>
>
>
>
>I am having trouble using the TAL:ATTRIBUTE tag in the target form to
>correctly inherit the <classid> value set in the above statement.
I may not understand your problem.
But, I hope, what you are looking for is
"request/classid" or "python: request['classid']".
--
Dieter