[Zope] nested queries and zpt

2007-04-12 Thread SpiderX
I have an internal application that I am developing, about server configurations. I have a list of customers who own servers. I have a list of software which is linked to the list of servers. My server list looks like this (simplified): url: ServerList?CustomerID=123456 tal:x repeat=server

Re: [Zope] nested queries and zpt

2007-04-12 Thread Maciej Wisniowski
url: ServerList?CustomerID=123456 tal:x repeat=server here/serverlist-sql tal:x replace=server/nameservername/tal:x tal:x replace=server/IDserver ID number/tal:x tal:x replace=structure here/ServerSoftwareListlist of software goes here/tal:x .../tal:x The problem is that the