Map params = new HashMap<String,String>();
params.put(ServiceNameConst.SERVICIO, ServiceNameConst.LOGIN);
params.put(ParamsConst.USER, textUsuario.getValue());
params.put(ParamsConst.PASSWORD, textPassword.getValue());
maskAvaiable();
DispatcherUtil.getDispatcher().execute(params, new AsyncCallback() {
@Override
public void onFailure(Throwable caught) {
if (caught instanceof BDConnectionException) {
DialogFactory.error("Problemas de conectividad con la BD. Comuniquese con soporte.");