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

Brian Brown rbb at techgame.net
Wed Apr 2 12:08:16 CEST 2003


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?

thanks!

Brian


More information about the Seaside mailing list