fldUser.setEnabled(Boolean.FALSE);
fldUser.setStore(new ListStore<ModelData>());
Map params = new HashMap<String, String>();
params.put(ServiceNameConst.SERVICIO, ServiceNameConst.LIST_USERS);
DispatcherUtil.getDispatcher().execute(params,
new AsyncCallback() {
@Override
public void onFailure(Throwable caught) {
Context.getInstance().validateUserExpired(caught);
DialogFactory.error("No se han podido consultar los usuarios LDAP.");