I"m calling a httpservlet from a GXT FormPanel using the usual
FormPanel.submit() method. This calls the doPost( request, response)
method of the httpservlet. I"m using Submit as I'm uploading data to
the sever from a client using a FileUploadField in the FormPanel.

My problem is that by using FormPanel.Submit(), the browser opens a
new tab and  jumps to the HTML page of the httpservlet, thus changing
the focus from my GXT main application running in the browser.

anyone know a neat solution to prevent this and maintain the focus in
the main GXT application tab?

Thanks in advance.....

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to