[Zope] simple question

Chris Meyers chris@hddesign.com
Tue, 11 Dec 2001 13:02:06 -0600


On Tue, Dec 11, 2001 at 09:59:27AM -0800, D. Rick Anderson wrote:
> This should be easy, but I can't seem to make it work. With this statement:
> 
> <dtml-var "webClient('http://192.168.107.8/SQL_Testing/Database_Test?
> clt_id=&dtml-clt_id;')">

You could try:

_.getitem('clt_id')

hth
Chris


> 
> I can't get the &dtml-clt_id variable to render. I've tried all sorts of 
> variations from leaving out the ; to using the full <dtml-var> syntax and 
> it still wont render. When I look at the request that is sent it looks like 
> this:
> 
> QUERY_STRING 'clt_id=&dtml-clt_id;' 
> 
> Why won't this work?!?! It seems like something REALLY simple, but I just 
> can't get that thing to render right. 
> 
> Thanks,
> 
> Rick
> 
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )