我正试图在 Pharo 3.0 中开始使用 Seaside,但我遇到了一个问题。我已经能够成功地设置我的一个类,但我决定创建一个不同的类更好root
,所以我重新启动了 Pharo 以重新开始。但是,在我的另一堂课上,当我导航到 URL 时,我得到了这个:
有谁知道是什么原因导致的?我直接从 WAComponent 继承,我在 Seaside 配置中设置了应用程序,并实现了 canBeRoot 和 renderContentOn
原来super initialize
我的初始化方法中没有。现在一切都好;随意禁用/删除/howeveritworks这个线程!:)
As one of the core developer of Pharo 3.0, I would like to mention that Pharo 3.0 is in early alpha mode. So pay attention because we are modifying many things. I would really suggest you to use Pharo 2.0 since many people are using it with Seaside.