--On 28. August 2008 23:01:29 -0700 monks <[EMAIL PROTECTED]> wrote:
hi im using page templates + python script to design a Plone Product. This Product will first display a search form, written in Python and on basis of this search criteria, result will be fetched from Mysql , running at backend. Now, my problem is, i want to display that result in HTML format (In Tabular Format). And only way is , using Page Templates. Im trying to call PT from my Python script, but couldn' t achieve results. can anyone tell me or give me some idea/working example on how to use/call PT from python to display desired results.
Possibly the wrong approach. The submit action of your form can all another page template for rendering the result table. Within the result table you perform the actual search by calling the search script from inside.
-aj
pgp4DKKCWqs1Q.pgp
Description: PGP signature
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
