Re: howto determine development/hosted mode
Hi Thomas,
I know you know the problems with login inside/outside GWT, because we
had a conversation on this topic for a while.
Because of these problems, my login page is completely outside of GWT.
It's just a JSP with a form, and the form's action attribute points to
a LoginServlet.
If the servlet "redirected to where I came from", it would redirect to
the JSP page, right? But it should redirect to my GWT app.
After successful login we must leave the JSP and enter GWT.
You often mentioned that you will always do the login outside GWT. So
how do you do this?
Magnus
On 11 Apr., 15:07, Thomas Broyer <t.bro...@gmail.com> wrote:
> Can't your servlet simply redirect to where you came from? (passing the
> "return to" URL in the request)
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home