[Seaside] HTML EMail

Philippe Marschall philippe.marschall at gmail.com
Wed Jul 15 04:44:33 UTC 2009


2009/7/14, Louis LaBrunda <Lou at keystone-software.com>:
> Hi All,
>
> I am working on a Seaside server that as part of its function has to send
> EMail with HTML content.  I have subclassed WAComponent to make an object
> that defines the HTML and used WARenderCanvas to render it.  I am wondering
> if I should have subclassed WAPresenter instead of WAComponent.  I'm not
> sure it matters much but would be interested in any comments.

WAPresenter is preferable since it's not a "general" component and
many component features won't work: callbacks, #updateRoot:,
backtracking, ...

It does not matter a big deal though, it's more a stylistic thing.

Cheers
Philippe


More information about the seaside mailing list