[Seaside] Next HLNQ (Hopeless Loser Newbie Question %^)

Brian Brown rbb at techgame.net
Wed Apr 2 13:53:13 CEST 2003


On Wednesday 02 April 2003 11:08 am, Brian Brown wrote:
> I'm adding some WAComponent based classes to a Dictionary using:
>
> mydict at: 'MyKey' put: (ThisPageClass new).
>
> but when I try to access a value, I get a 'key not found error' using:
>
> var := (mydict at: 'MyKey').
>
>
> Should this work? Or is there a syntax issue that I'm missing?

I figured it it out. I wasn't trying to access a particular value in the 
dictionary with the proper type of key, in this case a String value.





More information about the Seaside mailing list