Hello, I need to display my content object (container of statistical data points) in a kind of "dual view": - Chart (PNG generated server-side) - Data table below the chart (i.e piece of HTML)
I'm currently planning to display this using the following design: - Create a BrowserView returning HTML data table - Create a BrowserView returning Chart (with image/png content type set) - Create a ViewletManager containing two viewlets, one for HTML, one for Chart (each viewlet's render() calls one of above views) - Create a master BrowserView which calls this ViewletManager. Could you give me a hint if such a design will be reasonable and efficient for such purpose, or this problem may be solved in other (simpler) way? _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
