You can use a HTMLPanel to show your (HTML)result: HTMLPanel(event.getResults())
http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/FormSubmitCompleteEvent.html http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/HTMLPanel.html On 15 Nov., 00:19, Jey <[email protected]> wrote: > I am trying to post data to the server using FormPanel widget. In my > case the server returns a jsp page,so can anyone tell me how should i > handle the results in my page so that i can display the returned jsp > page. > public void onSubmitComplete( > FormSubmitCompleteEvent event) > { > what should i do here??? > } > > and also how can i associate an entry point class to the resulting jsp > page??? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=.
