i can call a DTML method by URL like this: http://my-zope-server.com:8080/foo/updateInfo?status=done, where , 'done' is a string,and DTML method performs search n Mysql.

now, i've variables, that i want to give in URL like:
http://my-zope-server.com:8080/foo/updateInfo?status =<some varb>. If im trying this, its not fetching variable value. Instead, it took varb name as a value. for eg, if i give status=st in URL, then it searches for status=st (value st) and not value of 'st'.
Is there any way to perform this ?

thanks


--

Regards,
Mayank Mathur



_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to