#1504, fixed error message.

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@76919 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-06-10 09:42:45 +00:00
parent c3f4d011ac
commit c35ef8f315
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ public class AppController implements SubscriberInterface {
@Override
public void onFailure(Throwable caught) {
// System.out.println("Failure search RPC");
new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR + " searching item. " +ConstantsExplorer.TRY_AGAIN, null);
new MessageBoxAlert("Error", caught.getMessage(), null);
wsPortlet.getGridGroupContainer().unmask();
}