[Seaside] Seaside - how to render a pre-bult html page

Mariano Martinez Peck marianopeck at gmail.com
Fri Nov 25 13:56:28 UTC 2016


Hi David,

I am not sure if this is exactly what you want, but do you know that
WAHtmlCanvas does understand #html:  ?

You can do:

html html: '<p>hello!</p>'

Of course, you can replace that string by the contents of a file.

Hope this  helps.

Cheers,

On Fri, Nov 25, 2016 at 10:51 AM, David Pennington <david at totallyobjects.com
> wrote:

> Hi there.
> I have a complex web site that is built using Adobe Muse. I need to add a
> page to the site that is written using Instantiations VisualAge/Seaside
> 8.6.2. This is running on Windows Server 2008.
>
> I need to load the page into memory, add some specific data to the page
> and then render it so that it looks and feels like the Muse web site. When
> the new element is selected (button press) I need to go back to Seaside,
> process the click and route to another Muse web page using standard http.
>
> I don't know how to render an prebuilt html page in Seaside. Is there a
> way please.
>
> Long Haired David
> A.K.A. David Pennington
> lhdavid at icloud.com
>
> ------------------------------
>
> Message sent using Winmail Mail Server
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20161125/758bd419/attachment.html>


More information about the seaside mailing list