4748495051525354555657
} @Override protected void onBind() { super.onBind(); dispatcher.execute(new GetSell(), new AsyncCallback<GetSellResult>() { @Override public void onFailure(Throwable caught) { GWT.log("Error doing action", caught); } @Override