[Zope3-dev] query the pages in a view

Ulrich Schreiner ulrich.schreiner@innuendo.de
Mon, 23 Jun 2003 16:28:19 +0200


hi,

how do i query the pages in a view class (the mixin class which is 
specified in the zcml-file for the "browser:view")?

if i have a couple of pages grouped in a view (should i use pages?) and 
i want a generic way to render links to all included pages i need a 
method to get all pages in the view.

is there a better way to do it? does zope3 still has some tools which 
can/should be used?

whats the main difference between "browser:pages" and "browser:view"? 
when should "pages" be used and when the other? it is really hard to 
find out, because the whole zcml documentation is a spec!

thank you
</usc>