Hello all!

Suppose I have a page who needs some dinamically generated params in order 
to be rendered.
Suppose this page also has a dtml-tree. I found that to
add extra params to the url created I can use the urlparam param :-)

But suppose instead of passing "arg=1" I want to pass 
REQUEST['QUERY_STRING']. I thought urlparam would do the trick but
using urlparam=QUERY_STRING the string passed is "QUERY_STRING" instead of 
the value of QUERY_STRING.

Is there another param to do what I want or do I have to go into the
source to hack dtml-tree to force to pass my QUERY_STRING parameters?

thanx to all,
Julio Dinis Silva
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to