[Seaside] Use WAcomponent as either full component or non?

Julian Fitzell jfitzell at gmail.com
Thu Dec 4 08:14:32 UTC 2008


It's a bit weird. You'd be better to define a non-component class that
has rendering methods you want to call and then use that both in your
component and in the other location.

Julian

On Wed, Dec 3, 2008 at 7:12 PM, Sophie (itsme213) <itsme213 at hotmail.com> wrote:
> Is there anything wrong with defining a WAComponent subclass, to
>
> - sometimes use it as a component, following Seaside rules; and
>
> - sometimes use it as a non-component class e.g. not report it among
> #children, directly call its render methods etc.
>
> Thanks!
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list