[Seaside] Seaside 2.8 522 buglet when adding applications

Philippe Marschall philippe.marschall at gmail.com
Fri May 30 20:36:13 UTC 2008


http://code.google.com/p/seaside/issues/detail?id=73

2008/5/30 Ragnar Hojland Espinosa <ragnar at ragnar-hojland.com>:
> In the process of getting out of the squeak/seaside stone age I found
> that, when adding an application to 2.8 but not specifying an root
> component, rootComponent is nil and broke /seaside/config due to:
>
> WAApplication>>description
>        ^ self rootComponent description
>
> which I quick fixed as:
>
> WAApplication>>description
>        self rootComponent notNil
>                ifTrue: [^ self rootComponent description]
>                ifFalse: [^ '' ]
>
> --
> Ragnar
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list