>>>> "Randal" == Randal L
Schwartz <merlyn(a)stonehenge.com> writes:
Randal> result := myModel asComponent. "returns an MAContainerComponent"
Randal> result description attributes addClass: 'gcbpagemodel'.
Randal> Apparently, MADescription no longer understands #attributes.
Randal> what do I call #addClass: on now?
And after commenting that out, I get a DNU here:
MACssRenderer>>renderContainer:
renderContainer: aDescription
html definitionList
attributes: aDescription attributes; "HERE"
class: (self classFor: aDescription);
with: [super renderContainer: aDescription]
That's not my code.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(a)stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See
PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!