[Seaside] Use of examples from Hasso-Plattner-Institut's tutorial

André Kayisire isqueak at hotmail.fr
Thu Nov 15 16:25:36 UTC 2007


http://www.swa.hpi.uni-potsdam.de/seaside/tutorial

> Subject: RE: [Seaside] Use of examples from Hasso-Plattner-Institut's tutorial
> Date: Thu, 15 Nov 2007 08:24:43 -0800
> From: boris at deepcovelabs.com
> To: seaside at lists.squeakfoundation.org
> 
> I don't know what tutorial you are going through, any links?
> 
> -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 André Kayisire
> > Sent: Thursday, November 15, 2007 8:22 AM
> > To: Seaside - general discussion
> > Subject: RE: [Seaside] Use of examples from Hasso-Plattner-Institut's
> > tutorial
> > 
> > You talk about of this sentence:
> > 
> > "Please create the four instance variables 'items filterBlock sortBlock
> > renderItemBlock' and their accessors in the StListComponent class"
> > or other things, because I have done this manipulation
> > 
> > > Subject: RE: [Seaside] Use of examples from Hasso-Plattner-Institut's
> > tutorial
> > > Date: Thu, 15 Nov 2007 07:54:08 -0800
> > > From: boris at deepcovelabs.com
> > > To: seaside at lists.squeakfoundation.org
> > >
> > > Somewhere in the tutorial you must have implemented them, can you find
> > the relevant section and double check everything? They should be returning
> > blocks.
> > >
> > > -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 André Kayisire
> > > > Sent: Thursday, November 15, 2007 7:53 AM
> > > > To: Seaside - general discussion
> > > > Subject: RE: [Seaside] Use of examples from Hasso-Plattner-Institut's
> > > > tutorial
> > > >
> > > > Sorry, I hadn't seen the answer yesterday.
> > > > Yes # sortBlock and # filterBlock returns nil. But do you know how I
> > can
> > > > fix this error?
> > > >
> > > >
> > > > > Subject: RE: [Seaside] Use of examples from Hasso-Plattner-
> > Institut's
> > > > tutorial
> > > > > Date: Thu, 15 Nov 2007 07:37:42 -0800
> > > > > From: boris at deepcovelabs.com
> > > > > To: seaside at lists.squeakfoundation.org
> > > > >
> > > > > Andre,
> > > > >
> > > > > I thought I'd replied yesterday, perhaps not. Could you check what
> > > > #sortBlock and #filterBlock return? I suspect one of them returns nil,
> > > > which then breaks the #value: send.
> > > > >
> > > > > Cheers!
> > > > >
> > > > > -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 André Kayisire
> > > > > > Sent: Thursday, November 15, 2007 7:34 AM
> > > > > > To: Seaside - general discussion
> > > > > > Subject: [Seaside] Use of examples from Hasso-Plattner-Institut's
> > > > tutorial
> > > > > > Importance: Low
> > > > > >
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > I have this code at chapiter 4.
> > > > > >
> > > > > >
> > > > > > renderContentOn: html
> > > > > >
> > > > > > html table: [
> > > > > >
> > > > > > (self sortBlock value: (self filterBlock value: self items)) do:
> > > > [:item |
> > > > > >
> > > > > > html tableRow: [self renderItemBlock value: item value: html]]].
> > > > > >
> > > > > >
> > > > > > when I view the result in my explorer, I have this error:
> > > > > > UndefinedObject>>value:
> > > > > >
> > > > > > I saw on the Internet that it caused by a "fixTemps" omission, but
> > I
> > > > dont
> > > > > > Know... someone can help me. thks
> > > > > > Regards.
> > > > > >
> > > > > > _________________________________________________________________
> > > > > > Découvrez le blog Messenger Le Meilleur du Web : toutes les vidéos
> > qui
> > > > > > buzzent le plus sur Internet !
> > > > > >
> > > >
> > http://meilleurduweb.spaces.live.com/_____________________________________
> > > > > > __________
> > > > > > seaside mailing list
> > > > > > seaside at lists.squeakfoundation.org
> > > > > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > > > > _______________________________________________
> > > > > seaside mailing list
> > > > > seaside at lists.squeakfoundation.org
> > > > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > > >
> > > >
> > > > ________________________________
> > > >
> > > > Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail
> > et
> > > > bénéficiez de 5 Go de stockage ! Windows Live Hotmail
> > > > <http://www.windowslive.fr/hotmail/default.asp>
> > > _______________________________________________
> > > seaside mailing list
> > > seaside at lists.squeakfoundation.org
> > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > 
> > 
> > ________________________________
> > 
> > Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail et
> > bénéficiez d'un filtre antivirus gratuit ! Windows Live Hotmail
> > <http://www.windowslive.fr/hotmail/default.asp>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_________________________________________________________________
Découvrez le blog Messenger Le Meilleur du Web : toutes les vidéos qui buzzent le plus sur Internet !
http://meilleurduweb.spaces.live.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20071115/2a44be00/attachment.htm


More information about the seaside mailing list