[aida] A little problem
Giuseppe Luigi Punzi Ruiz
glpunzi at lordzealon.com
Sun May 18 21:55:31 CEST 2008
Hi all,
After some months without touching Squeak and Aida, I'm back to return
to learn it.
I have a little problem. Probably is something very easy for you, but
for me, a newbie in Smalltalk and Aida, is a problem thath I can't
understand.
I'm developing a little app for a simple job manage. I'm copying the
code from the Aida Tutorial, using it as a "template", but, when I try
to launch:
| web |
web := Incigest new.
(AIDASite named: 'incigest') urlResolver defaultURL: '/incigest.html'
forObject: web.
I get a MNU: UndefinedObject>>urlResolver
You can load the package from http://lordzealon.com/mc/ and the
package is InciGest.
Some advice?
Thanks for your time.
More information about the Aida
mailing list