[Seaside] Bug and fix?

Michel Bany m.bany at wanadoo.fr
Sat May 6 08:16:22 UTC 2006


>  
>     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.




More information about the Seaside mailing list