[Seaside] Using Magritte Reports in Seaside

Sau Sheong Chang cssheong at pacific.net.sg
Wed Apr 25 05:40:40 UTC 2007


Ouch! Thanks for your help, it is working now.

Sau Sheong


On 25 Apr 2007, at 1:16 PM, Lukas Renggli wrote:

>> UserComponent>>report
>>  ^ report
>>  ifNil: [report := MAReport
>>  rows: self class users
>>  description: (User description
>>  select: [:each | #(#userName #firstName #lastName ) includes:  
>> each accessor
>> selector]).
>>  report addColumn: (MACommandColumn new addCommandOn: self  
>> selector: #view:;
>>  yourself)]
>
> You should close the bracket on the last line before the #yourself,  
> not after.
>
> Cheers,
> Lukas
>
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list