Thomas, I've found that some browser plugins will screw up the response regardless of what I do (I'm thinking in particular about an IE audio-film control plugin who's name escapes me). To work around it I had to bracket my answer with something like -FOO-/-FOO-. It was a real pain in the ass to run that one down.
On Wednesday, November 21, 2012 9:22:26 AM UTC-5, Thomas Broyer wrote: > > > > On Wednesday, November 21, 2012 9:44:46 AM UTC+1, sreenivas wrote: >> >> Hi, >> >> I am sending the response back from my servlet to the client. in >> onSubmitComplete() method when i get event.getResults(), I am getting my >> string in <pre>my string </pre> format. How should i get only my string and >> no <pre> tags....? >> > > That generally means you server doesn't send a text/html response (more > likely text/plain), which can cause other issues; see > http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/FormPanel.html#FormPanel() > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/czUR8cLVg8EJ. 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=en.
