"onSubmitComplete" is not getting fired in IE, where as it is getting
fired in firefox and chrome.
public void onSubmitComplete(SubmitCompleteEvent event) {
//shownextpage("/page2.html");
Window.alert("addSubmitCompleteHandler");
Window.Location.assign("/page2.html");
}
On Dec 28, 11:50 am, Sumi <[email protected]> wrote:
> Did you try Window.Location.assign(servelt name)
>
> On Tue, Dec 28, 2010 at 3:10 AM, dreamer <[email protected]>wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I have a GWT entry point that submits to servlet , build using
> > "FormPanel".
> > I am trying to build page flow using servlet "RequestDispatcher" or
> > "sendRedirect", even though no exception GAE is not forwarding to next
> > page.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine-java%2B
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.