[Seaside] Static link to get variables

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Tue Feb 7 11:25:25 CET 2006


Avi,
your improvements are brilliant. 
My next project will be based on 2.6 !

-Dmitry 

Avi Bryant wrote:
> 
> On Feb 7, 2006, at 12:52 AM, Dmitry Dorofeev wrote:
> 
>> Hi,
>>
>> You need to subclass WARenderLoopMain
>> and implement (start: aRequest) method
> 
> 
> There's a somewhat easier way to do this in recent versions of  Seaside 
> - after the initial component tree is created by #createRoot,  every 
> component in the tree will be sent #initialRequest: with the  request 
> object that started the session.  This can be especially  effective when 
> paired with a WATask subclass as the root, so that it  can, eg, present 
> a login page as needed depending on the request.
> 
> Avi
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list