datasource send parameter - enviar parametro post get

DS - enviar parametro.txt

datasource send parameter


  DSRequest dsRequest = new DSRequest();  
    map<String, String> params = new HashMap<String, String>();
   params.put("param_key", "param_value");
  dsRequest.setParams(params);
                                                      
                                                            PerspectiveSource.removeData(Perspective_combobox.getSelectedRecord(), null, dsRequest);
                                                            
  Perspective_combobox.fetchData();
  Perspective_combobox.updateState();

enviar parametro post get

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield