Hie

I have a index.html page with a login module (build in gwt) embedded into
it.
Once the user provide authentication details and hit login button
I am redirecting the user to a new page named AdminDashboard.jsp

Now, I will be creating and embedding a dashboard using GWT components on
this page.
The question I have is how do i pass the user details from the login module
to admindashboard.jsp?
Please note that I am
using Window.Location.replace("/ui/page/AdminDashboard.jsp");  to navigate
to dashboard page.

Further, what is used in GWT to store the data in a session and then
validating it before user actions?

Thankx and Regards

Vik
Founder
www.sakshum.com
www.sakshum.blogspot.com

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to