Seaside and Bookmarks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside and Bookmarks

Sebastian Sastre-2
Hi there,
 
    a customer asked if apps (seaside ones) can be bookmarked (internal site pages). First time to ask this even myself but I really dont know even if it is possible due to urls of continuations. Anyone archieved this feature with seaside?
 
    cheers!
 

Sebastian


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and Bookmarks

Lukas Renggli
>     a customer asked if apps (seaside ones) can be bookmarked (internal site
> pages). First time to ask this even myself but I really dont know even if it
> is possible due to urls of continuations.

Sure, Seaside applications can be bookmarked, if you take some
additional steps to tell Seaside how to store and retrieve state from
the URL. For a simple example have a look at WABrowser>>#updateRoot:
and WABrowser>>#initialRequest:

> Anyone archieved this feature with
> seaside?

Pier does this to a big extent. Check out www.seaside.st to try.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside