Strange issue with GWT sorting columns of a cell table

2013-10-27 Thread Fanny Wong
Hi everyone, I'm currently trying to implement column sorting in a cell table for my data, however my data doesn't sort and the sort arrow only moves when I click on a row after clicking on a column header. Not sure what I did wrong since most of what I have follows closely to the GWT tutorials

Using JsonpRequestBuilder to download a file hosted on a different domain using a ftp link

2013-10-17 Thread Fanny Wong
Hi everyone, I just started using GWT a couple days ago, and currently trying to download an Excel file from a different domain onto the GWT servers and then parse it later on. I seen suggestions on doing it through Request builder and RPCs but so far haven't gotten any of them to work. Also I