Hi, It makes sense to return data when a form is submitted using post method. It looks as if only html/text can be returned ordinarily... I use gwt on the client side and it does not seem to work properly if plain/text is returned.
The question: how safe is to return all kind of text using html/text? Is it possible that some data could break gwt or formpanel? Also, how safe is to return something json format?
I guess it is not safe to return binary data in that way. I have not tried.