[Seaside] Re: WATask & Ajax question

Boris Popov boris at deepcovelabs.com
Fri Nov 16 22:05:21 UTC 2007


What does P stand for in MVPPresenter? ;)

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Sebastian Sastre
> Sent: Friday, November 16, 2007 2:04 PM
> To: 'Seaside - general discussion'
> Subject: RE: [Seaside] Re: WATask & Ajax question
> 
> > [1] How is #superpose: implemented? [2] What is the difference of
> #superpose:
> > to the #show: and #answer:? [3] What happens if you hit refresh
> > in the browser when a superposed dialog is shown?
> >
> > Cheers,
> > Lukas
> >
> > --
> Hi Lukas,
> 
> [1] could take a little long to explain but basically adds dynamically
a
> children that will be the only thing rendered when present. Removes it
> when
> unsuperposed.
> [2] to start it does not uses decorations at all. It uses plain
seaside
> components. Well not all that plain you know because in fact I'm
making it
> only to use components that are subclasses of MVPPresenter (which is a
> subclass of WAComponent).
> [3] It works exactly as expected: keeps superposed until an answer is
> given
> (hey don't think I'm using #renderContentOn: in a "traditional" way
for
> this
> and other features I'm using).
> 
> Cheers,
> 
> Sebastian
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list