Doah, silly me. It was explained in Ramon's latest blog entry [1]. I
even had that very page open when I sent this question. :)
[1]
http://onsmalltalk.com/programming/smalltalk/using-magritte-with-seaside/
On 9/13/07, Jason Johnson <jason.johnson.081(a)gmail.com> wrote:
Hi all,
I am making a web store. The store will have domain classes like
"Item", and these will need a different "display" or "view"
depending
on where they are shown. For example, one view will be to customers
so it will show things like pictures and descriptions. Another view
will be for administration so it will be for editing this information,
or creating new items.
What is the best way to do this with Magritte? I know you have like
the "description" method that makes the whole component view, and I
seem to recall that you can change the name of that method, so I was
wondering if I could have several such methods and use the one I want
depending on where I am displaying the object?
Thanks for any help you can provide,
Jason