im using DTML method to display result , where its fetching data from
Python Script.
Scenario :
1) I want my python script to pass multiple param to DTML method,
at one go. I've used this to call DTML from Python script :
self.REQUEST.RESPONSE.redirect(destination+"?Result="+
res_recd), where, 'res_recd' is a resultant concatenated varb, storing
concatenation of v1+v2+v3.
Inside DTML, it's displayed like :
<dtml-var expr="REQUEST.form['Result']" newline_to_br>
</td></tr>
2) Now , i want to pass all these varb, v1,v2 and v3,
simultaneously, to DTML method and want to display them seperately in
tabular(HTML) format. Is this Possible with this way or some other way ??
thanks
--
Regards,
Mayank Mathur
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers