[Seaside] Re: Oddities with WATableReport

Yar Hwee Boon hboon at motionobj.com
Sat Oct 16 19:58:55 CEST 2004


On 16 Oct 2004 02:39:41 +0200, Samuel Tardieu <sam at rfc1149.net> wrote:

>>>>>> "rado" == radoslav hodnicak <rh at 4096.sk> writes:
>
> rado> 1) move the table report to an instvar, don't create a new one
> rado> every time
>
> Done.
>
> rado> 2) create a method #children that returns an array
> rado> with this table report instance (this will fix the crash and get
> rado> sorting to work too)
>
> Indeed.
>
> rado> 3) look in html source to see if/where the css class is set
>
> Already done, appears nowhere.
>
>   Sam

In WAPresenter>>renderWithContext:, the renderer is obtained using  
WAHtmlRenderer>>context:callbacks: which returns a renderer with an empty  
attributes collection. Thus, it seems that attributes cannot be set for  
all WAComponent/WAPresenter subclasses. Does anyone have an idea if this  
is how its supposed to be?

-- 
Regards
HweeBoon
MotionObj


More information about the Seaside mailing list