I have a ZSQL Method that takes an argument (teamid).  I want to pass this argument 
using a hyperlink.  The idea is to click on a Firm's name and be taken to a detail 
that includes all the team members for that project.  The data all comes from an 
existing Access database.  All I need is the teamid, but obviously it is different for 
each row.  I was thinking <a href="<dtml-var ProjTeamMembers teamid=<dtml-var 
FirmTeamID>"><dtml-var FirmName></a>.  But I don't think this will work.  
ProjTeamMembers is the dtml Method that calls the ZSQL method using a <dtml-in>.  What 
is the proper approach to this problem?  Is there a good way to store a bunch of info 
about rows returned from a ZSQL Query.  I've briefly heard of pluggable brains,but....


-- 
Michael Montagne
[EMAIL PROTECTED]
http://www.boora.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