[Zope] <dtml..> show dynamic page
Max M
maxm@mxm.dk
Mon, 05 Aug 2002 12:08:24 +0200
HT wrote:
> The <dtml-var pg> contain dynamic pg variable.
> At the present moment, I don't know what page, the user is selecting.
>
> Assume, the user select: http://myzope/dynamicpage?pg=userinfo
You should let the page render itself. So your url would become::
http://myzope/dynamicpage/userinfo
<http://myzope/dynamicpage?pg=userinfo>
regards Max M
--
"Sorry I would Really Like To Help More On This Project,
But Am To Busy Doing Paid Work On A Tight Deadline"
Max M