diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index c2f2aa5..8101107 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -7,6 +7,7 @@ import org.gcube.portlets.user.td.gwtservice.shared.TabResource; +import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.web.bindery.event.shared.EventBus; import com.sencha.gxt.widget.core.client.ContentPanel; @@ -36,11 +37,12 @@ public class TabularResourceProperties extends ContentPanel { this.eventBus = eventBus; TDGWTServiceAsync.INSTANCE - .getTabResource(new AsyncCallback() { + .getTabResourceInformation(new AsyncCallback() { @Override public void onSuccess(TabResource result) { addTabularResource(result); + Log.info("Retrived TR:"+ result.getId()); } @Override