[Seaside] Re: Page title and end screen

Laura Risani laura.risani at gmail.com
Thu Mar 5 00:55:19 UTC 2015


Hi Paul
1. Excellent!
2. What i don't understand of #redirectTo:url , is what url to pass to show
just a line of text. Should i instantiate a new component and somehow get
its url? Is there some shortcut url to show just a line of text?
Best,
Laura

On Wed, Mar 4, 2015 at 6:55 PM, Paul DeBruicker <pdebruic at gmail.com> wrote:

> 1.
>
> MyComponent>>#updateRoot: anHtmlRoot
>         super updateRoot: anHtmlRoot.
>         anHtmlRoot title: self title
>
>
> 2.
> MySession>>#signOut
>         self logSignOut.
>         self signedInUser: UserModel new.
>         self unregister.
>         self requestContext redirectTo:self defaultDomain
>
>
>
>
>
>
> laura wrote
> > Hi all,
> > Have two quick questions
> > 1) Where can i set the page title that shows on web browser tabs/windows?
> > 2) How can i after manually ending a session, redirect the user to a page
> > with a line msg (like "You have left.") that won't go away until he
> > actively navigates to other page?
> >
> > Best,
> > Laura
> >
> > _______________________________________________
> > seaside mailing list
>
> > seaside at .squeakfoundation
>
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
>
>
> --
> View this message in context:
> http://forum.world.st/Page-title-and-end-screen-tp4809343p4809600.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150304/3b20d2b8/attachment.htm


More information about the seaside mailing list