>
> So I've changed it to
>
> WAHtmlRenderer>>labelledRowForList: aCollection on: aSymbol of: anObject
> self tableRowWithLabel: (anObject labelForSelector: aSymbol) column:
> [self
> selectFromList: aCollection
> selected: (anObject perform: aSymbol)
> callback: (self callbackForSelector: aSymbol of: anObject)]
Yes, but I think the author's intention was more something like this :
self tableRowWithLabel: (self labelForSelector: aSymbol) column:
[self
selectFromList: aCollection
selected: (anObject perform: aSymbol)
callback: (self callbackForSelector: aSymbol of: anObject)]
Michel.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside