How to reach the root component from the session?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to reach the root component from the session?

sebastianconcept@gmail.co
Hi seasiders,

how can be reached the root component from its session?

I didn't find anything obvious to go from an instance of session to its corresponding root component (instance)

I've missed the less obvious way to get it? ideas on how to?

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: How to reach the root component from the session?

Boris Popov, DeepCove Labs (SNN)

self session presenter

 

… as per WARenderLoopMain>>start.

 

-Boris

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Sebastian Sastre
Sent: 06 June 2011 13:17
To: Seaside - general discussion
Subject: [Seaside] How to reach the root component from the session?

 

Hi seasiders,

 

how can be reached the root component from its session?

 

I didn't find anything obvious to go from an instance of session to its corresponding root component (instance)

 

I've missed the less obvious way to get it? ideas on how to?

 

 


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to reach the root component from the session?

Lukas Renggli
In reply to this post by sebastianconcept@gmail.co
In Seaside 3.0 #presenter returns the root component.

In older versions you had to somehow remember it yourself.

Cheers,
Lukas

On 6 June 2011 19:16, Sebastian Sastre <[hidden email]> wrote:

> Hi seasiders,
> how can be reached the root component from its session?
>
> I didn't find anything obvious to go from an instance of session to its
> corresponding root component (instance)
> I've missed the less obvious way to get it? ideas on how to?
> sebastian
> o/
>
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to reach the root component from the session?

sebastianconcept@gmail.co
In reply to this post by Boris Popov, DeepCove Labs (SNN)
<base href="x-msg://39/">
great :)

thanks Boris & Lukas for the quick answer


o/


On Jun 6, 2011, at 2:26 PM, Boris Popov, DeepCove Labs wrote:

self session presenter
 
… as per WARenderLoopMain>>start.
 
-Boris
 
From: [hidden email] [mailto:[hidden email]] On Behalf OfSebastian Sastre
Sent: 06 June 2011 13:17
To: Seaside - general discussion
Subject: [Seaside] How to reach the root component from the session?
 
Hi seasiders,
 
how can be reached the root component from its session?
 
I didn't find anything obvious to go from an instance of session to its corresponding root component (instance)
 
I've missed the less obvious way to get it? ideas on how to?
 
 
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside




_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside