Search:

Type: Posts; User: naval.gupta4u@gmail.com

Search: Search took 0.10 seconds.

  1. Re: HashMap Display Default value

    i also want to know i have to do make condition in the Putting country and oid in countryName=> countries.put(countryName, oid) ;

    or on the jsp I have to put the condition to show the country...
  2. HashMap Display Default value

    Dear , I m setting in java all the countries in hashMap like this---
    countryName = cnt.getStringProperty("COUNTRY_NAME");
    oid = ""+cnt.getLongProperty("OID");
    countries.put(countryName, oid)
    ...
Results 1 to 2 of 2