[aida] [AidaWeb]( picoVerse-:( A problem with the AidaWeb tutorial with the Dolphin version of AidaWeb ) )

Herbert König herbertkoenig at gmx.net
Sun Sep 13 20:12:01 CEST 2009


Hi Kjell,


KG> The following code from the tutorial at:
KG> http://www.aidaweb.si/tutorial.html


KG>     viewMain
KG>         | e |
KG>         e := WebElement new.
KG>         e addTextH1: 'Address book'.
KG>         self pageFrameWith: e title: 'Address book'

In older versions (sure about 5.6) this would work because
WebApplication would use DNU to redirect this to WebStyle.

So you might try

self style pageFrameWith: e title: 'Address book'

Otherwise you might have forgotten to register the app like.

(AIDASite named: 'aidademo') urlResolver defaultURL:

I write this from memory, so no warranties.

Please tell us which versions you use.

Cheers,

Herbert                            mailto:herbertkoenig at gmx.net



More information about the Aida mailing list