Re: SubmitCompleteEvent.getResults() always returns null

2015-05-08 Thread ihab . alshaerr
, but when I try to submit a GWT FormPanel, on the onSubmitComplete callback, SubmitCompleteEvent.getResults() always returns null. Here is my HTML code: html body form method=POST action= http://localhost:8080/myWebService/entry; input type=email id=email name=email

SubmitCompleteEvent.getResults() always returns null

2013-05-08 Thread Robson Braga
Hi guys, I've a RESTful webservice that returns xml/json and it works properly. If I submit a HTML form to that webservice, Firefox and Chrome shows the XML file, but when I try to submit a GWT FormPanel, on the onSubmitComplete callback, SubmitCompleteEvent.getResults() always returns null

Re: SubmitCompleteEvent.getResults() always returns null

2013-05-08 Thread Robson Braga
() always returns null. Here is my HTML code: html body form method=POST action= http://localhost:8080/myWebService/entry; input type=email id=email name=email width=10br input type=password id=password name=password width=10br input type=submit