"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 <sumi...@gmail.com> wrote:
> Did you try  Window.Location.assign(servelt name)
>
> On Tue, Dec 28, 2010 at 3:10 AM, dreamer <venugopal.vasire...@gmail.com>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
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2B 
> > unsubscr...@googlegroups.com>
> > .
> > 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to