Re: [Zope3-Users] Re: Sending data to widgets

2006-04-18 Thread Frank Burkhardt
On Tue, Apr 18, 2006 at 10:28:38AM -0400, Gary Poster wrote: [snip] > >Perhaps it's overkill to write adapter for all my content objects. I think > >I found a solution. The Request object might be RO but I can smuggle an > >object > >reference inside the reponse headers and removed it after all

Re: [Zope3-Users] Re: Sending data to widgets

2006-04-18 Thread Gary Poster
On Apr 18, 2006, at 10:19 AM, Frank Burkhardt wrote: Hi, On Tue, Apr 18, 2006 at 04:04:43PM +0200, Philipp von Weitershausen wrote: Hi Frank, My problem is not about data the widget should display but about data that controls the widget's behaviour. In this case my form consists of som

Re: [Zope3-Users] Re: Sending data to widgets

2006-04-18 Thread Frank Burkhardt
Hi, On Tue, Apr 18, 2006 at 04:04:43PM +0200, Philipp von Weitershausen wrote: > Hi Frank, > > > My problem is not about data the widget should display but about data > > that controls the widget's behaviour. > > > > In this case my form consists of some widgets representing a schema > > interf

Re: [Zope3-Users] Re: Sending data to widgets

2006-04-18 Thread Philipp von Weitershausen
Hi Frank, > My problem is not about data the widget should display but about data > that controls the widget's behaviour. > > In this case my form consists of some widgets representing a schema interface > plus a special "I18NController" widget which is e.g. used to define, in which > order diffe

Re: [Zope3-Users] Re: Sending data to widgets

2006-04-18 Thread Frank Burkhardt
Hi, On Tue, Apr 18, 2006 at 03:20:49PM +0200, Philipp von Weitershausen wrote: [snip] > Right. Requests are read-only to the application. > > > It there a chance to transport data throught the request object > > without modifying the depth of the zope core? > > > > Maybe there's a way for widg