Alain Fischer wrote:
See this entry in the list:
http://lists.squeakfoundation.org/pipermail/seaside/2005-June/005289.html
Alain
Tried that one and it does not work for me.
Basically I need to send order confirmation to the user during last checkout
stage.
The problem is that the code fails to create new WAComponent, generates signal
and
that is transported to the user screen ! But for my task the following code
seems ok:
renderOffline
|document|
document := WAHtmlStreamDocument new.
self renderCCInfoOn: (WAHtmlBuilder on: document).
^ document stream contents.
Note that i don't need callbacks, calls and other nice things, just
HTML rendering. So it is still a question how to render any WAComponent
in background (and save it to a file) while we are in Seaside session ?
But that sounds more 'academic' than 'practical' for me now :-)
Thanks.
-Dmitry.
On 14 déc. 05, at 16:35, Dmitry Dorofeev wrote:
Hi all.
Is it possible to render HTML page with Seaside, but send it as Email
attachement and not
to the browser ? I feel it should be easy and I know what to do once
I have rendered page
as String object :-)
Thanks
-Dmitry.
_______________________________________________
Seaside mailing list
Seaside@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
Seaside@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seasid
e
|