Re: [Zope3-Users] view vs page confused

2007-03-28 Thread FB
Hi, On Tue, Mar 27, 2007 at 06:03:54PM +0200, Dominique Lederer wrote: [snip] > so if i create a class which inherits from BrowserView, and then register it > via > zcml as browser:page, it becomes adaptes to IBrowserRequest an turns to a > BrowserPage (via the on-the-fly created class)? so inh

Re: [Zope3-Users] view vs page confused

2007-03-27 Thread Dominique Lederer
Marius Gedminas schrieb: > On Wed, Jan 24, 2007 at 08:31:52PM +0100, Dominique Lederer wrote: >> can someone explain me please when to use browser:view and when browser:page? > > As far as I understand, the intended use of is to define > views that are accessible to browsers by using URLs. > > T

Re: [Zope3-Users] view vs page confused

2007-01-25 Thread Alex Furlong
On Wed, Jan 24, 2007 at 08:31:52PM +0100, Dominique Lederer wrote: > > can someone explain me please when to use browser:view and when > > browser:page? >As far as I understand, the intended use of is to define >views that are accessible to browsers by using URLs. >The intended use of is to de

Re: [Zope3-Users] view vs page confused

2007-01-24 Thread Marius Gedminas
On Wed, Jan 24, 2007 at 08:31:52PM +0100, Dominique Lederer wrote: > can someone explain me please when to use browser:view and when browser:page? As far as I understand, the intended use of is to define views that are accessible to browsers by using URLs. The intended use of is to define helpe

[Zope3-Users] view vs page confused

2007-01-24 Thread Dominique Lederer
hi! can someone explain me please when to use browser:view and when browser:page? and when would i inherit a View Class from zope.publisher.BrowserView and when from zope.publisher.BrowserPage, and why do i need them when i could just inherit from object without any errors? and what means the