[Seaside] WAComponentsNotFoundError when working the To Do tutorial from "An Introduction to Seaside"

Gerhard Obermann obi068 at gmail.com
Thu Oct 16 17:38:35 UTC 2008


Hi!

Your children method returns only the second value (listComponent)
You must use "Array with: with:" instead of the cascade!

br
Gerhard

children
    | a |

    a := Array
        with: menuComponent*;*
        with: listComponent.

    ^ a




On Thu, Oct 16, 2008 at 5:29 PM, Steven Greenberg <
greenbes at puzzlingevidence.net> wrote:

> Hi Randal.  Thanks for taking a look.
>
> I *think* that they're the same.  I'm just following the example code
> in the book, and create the apps only once, during #initialize.
>
> Fileout attached.  I created category "SEG-StTutToDoApp".
>
> Your help is greatly appreciated.
>
>    Thanks,
>    Steve
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20081016/981e88e6/attachment.htm


More information about the seaside mailing list