[Seaside] Issues with WAHtmlBuilder>>anchorWithUrl:do:

Avi Bryant avi at beta4.com
Sat Oct 11 20:02:32 CEST 2003


On Sat, 11 Oct 2003, Roger Whitney wrote:

> Got it. The classes that implement renderOn: are Array, BlockClosure,
> Object, String and UndefinedObject. Via Object anything that responses
> to asString will also work.
>
> Is there a reason renderOn: is in Array rather than
> SequenceableCollection (or Collection) so other collections can be used?

I had forgotten it was even there.  I think the reason was so that you
could do something like:

html tableData: {oneComponent. twoComponent. threeComponent}

This will always be Array.  But I'm not completely sure of the utility of
this.



More information about the Seaside mailing list