Thanks Alex!

2011/9/15 Alex Dobjanschi <[email protected]>

> Your login place should have a 'redirectAfterLogin' String member, like
> this:
>
> class LoginPlace extends Place {
>  String redirectAfterLogin;
> }
>
> Optionally, you could go for, this is closely bound to GWT specific
> implementation:
>
> class LoginPlace extends Place {
>   Place redirectAfterLogin;
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/s-Oxx0HYzzAJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to